Top Banner
CMS Systems and WordPress Content Management, Working with WordPress Pavel Ivanov Telerik Corporation www.telerik.c om
22

Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

Dec 18, 2015

Download

Documents

Kerrie Harmon
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

CMS Systems and WordPress

Content Management,Working with WordPress

Pavel IvanovTelerik Corporationwww.telerik.c

om

Page 2: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

Table of ContentsContent Management Systems (CMS) Joomla, WordPress, Drupal,

SharePoint ...Working with WordPress

Installing and Configuring Administrative Interface: Pages,

Posts, Categories, Comments, Settings ...

Themes Plugins Creating / Modifying WordPress

Themes

2

Page 3: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

Web Content Management Systems (CMS Systems)

Overview

Page 4: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

Web CMS Systems Web Content Management Systems (CMS)

Software system providing Web site

authoring, collaboration and administration

tools

Users with little or no knowledge of HTML

can create and manage Web sites content

CMS typical functions:

Create / maintain Web sites

Add / edit / delete pages, documents, news,

images, files, forms, polls, events, blogs, …

Manage navigation, users, permissions,

SEO, …

4

Page 5: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

Benefits of CMS Systems

WYSIWYG editor No need for advanced HTML or CSS skills

No need for Dreamweaver / FrontPage / etc. or Wiki syntax to learn

Can paste content from a word processor

Web-based access Edit content from any computer

Staff can change content immediately No waiting for Web admin to upload the

content

Support for many types of documents and files

5

Page 6: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

Examples of CMS Systems

Open Source CMS Systems Joomla

Drupal

WordPress

DotNetNuke Commercial CMS Systems

SharePoint (MOSS)

Telerik Sistefinity

6

Page 7: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

WordPressWorking with WordPress

Page 8: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

WordPress is not Volkswagen!

8

Page 9: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

What is WordPress?

WordPress is one of the world's leading blog and Web CMS systems

Open-source (free) software

Written with PHP and MySQL database

Stores all Web site contents in the database and images / files in the file system

Very powerful, Easy-to-use, SEO friendly

Very large community – themes, plugins, …

Official Web site: www.wordpress.org

9

Page 10: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

Installing, Configuring, and Developing with

XAMPP

10

What is XAMPP? XAMPP is an easy to install Apache distribution for Windows containing MySQL, PHP and Perl

Also contains phpMyAdmin and few other tools

Has Linux version (LAMP)

How to install: http://www.apachefriends.org/en/faq-xampp.html

Page 11: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

11

Running WordPress Installing

In the cloud (use WordPress as service) Just create and account at

www.wordpress.com

At your Web hosting provider Download it!

Unzip it in some public directory at the server

Create the database and run the install script

Self-hosted Install XAMP + WordPress at your

local machine

XAMMP/WAMP = Apache + MySQL + PHP

11

Page 12: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

WordPress ThemesCreating / Modifying WordPress

Themes

Page 13: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

13

WordPress ThemesTypical WordPress themes consist of Main index template – index.php Header – header.php Footer – foorter.php Sidebar – sidebar.php Comments template –

comments.php Styles – styles.css

1313

Page 14: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

Layout

14

Page 15: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

Design

15

Page 16: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

Create HTML

16

Page 17: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

CUT IT TO WORDPRESS

Page 18: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

WordPress Template Tags

http://codex.wordpress.org/Template_Tags

18

Page 19: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

Creating / Modifying WordPress Themes

Live Demo

Page 20: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

Useful Links

http://codex.wordpress.org/

http://google.com

http://google.com

20

Page 21: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

CMS Systems and WordPress

Questions?

?

?? ? ?

??? ?

?

?

Page 22: Content Management, Working with WordPress Pavel Ivanov Telerik Corporation .

Exercises

1. You are given a simple Web site design (XHTML + CSS + images):

WordPress-Homework-Sample-Web-Site.rar

Your task is to create a WordPress theme for this site design.