wordpress as a cms

34
WORDPRESS AS A CMS Mark Kirby The Werks Whuffie Club

Upload: markirby

Post on 06-May-2015

1.933 views

Category:

Business


2 download

TRANSCRIPT

Page 1: Wordpress as a CMS

WORDPRESS AS A CMSMark Kirby

The Werks Whuffie Club

Page 2: Wordpress as a CMS

TALK IS AIMED AT THOSE

Thinking of using WordPress as a CMS or want a simple CMS solution

With HTML and CSS skills Perhaps PHP skills WordPress beginners, or newbies Advanced users – perhaps help with the

questions at the end!

Page 3: Wordpress as a CMS

THE TALK

Introductions Why I use WordPress as a CMS Brief introduction to WordPress Themes

Its easy to create a simple theme Creating more complex themes is still pretty

simple Pro’s and con’s of using WordPress as a CMS Questions (feel free to interrupt though)

Page 4: Wordpress as a CMS

QUICK INTRODUCTIONS

Spent some time freelancing as a WordPress specialist based in The Werks

After setting up the talk started working full time at Ribot

Not marketing my services, passing on ideas and advice

[email protected] with questions You?

Page 5: Wordpress as a CMS

WHY I USE WORDPRESS AS A CMS

Used WordPress for 2 years for my own sites Experimented with Drupal for a

documentation solution, but switched to Wordpress

Created my first theme Found clients liked using WordPress Built a number of themes for myself and

others

Page 6: Wordpress as a CMS

INTRODUCTION TO WORDPRESS

Page 7: Wordpress as a CMS

• Started out as a blogging platform

http://www.brightonculture.co.uk/

Page 8: Wordpress as a CMS

• Has many features you would expect from a fully fledged CMS

Add pages Add posts within categories to create blogs,

news sections etc – with different themes to each category (more later)

Multiple users with different authorisation levels

Many more including…

Page 9: Wordpress as a CMS

Menus can be displayed automatically

Page 10: Wordpress as a CMS

Revision history

Page 11: Wordpress as a CMS

• Easy to install

Need PHP and MySQL Set up a database Upload WordPress Run it http://codex.wordpress.org/Installing_WordPr

ess#Famous_5-Minute_Install ..or with Subversion -

http://mark-kirby.co.uk/2008/how-to-install-wordpress-using-ssh-and-svn/

Page 12: Wordpress as a CMS

• Easy to use

I find the interface really simple Demo

Page 13: Wordpress as a CMS

THEMES

A theme controls the look, feel and content of the site

The theme consists of HTML surrounding editable content CSS for all content – non editable and editable

More info available here http://codex.wordpress.org/Using_Themes#What

_is_a_Theme.3F Download or make your own

Page 14: Wordpress as a CMS

CREATING A SIMPLE THEME

Demo – really simple! Example

WordPress theme for a brochureware site 5 pages the client can update http://www.handsonphysiotherapy.co.uk/

This simple theme has very few files and is easy to create

Learn more here - http://codex.wordpress.org/Templates

Page 15: Wordpress as a CMS

A SIMPLE SITE

Page 16: Wordpress as a CMS

BROCHUREWARE

Page 17: Wordpress as a CMS

BACKEND - WORDPRESS

Page 18: Wordpress as a CMS

CLIENTS CAN EDIT THEIR PAGES

Page 19: Wordpress as a CMS

THE SITE WITH DEFAULT THEME

Page 20: Wordpress as a CMS

CODE TIME!

Page 21: Wordpress as a CMS

A SIMPLE THEME

http://codex.wordpress.org/images/1/18/Template_Hierarchy.png

Page 22: Wordpress as a CMS

STYLE.CSS

http://codex.wordpress.org/Theme_Development#Theme_Style_Sheet

Page 23: Wordpress as a CMS

INDEX.PHP

http://codex.wordpress.org/The_Loop

http://codex.wordpress.org/Theme_Development#Basic_Templates

Page 24: Wordpress as a CMS

HEADER.PHP

http://codex.wordpress.org/Pages#Listing_Your_Pages_on_Your_Site

Alternative way of doing menus -

Page 25: Wordpress as a CMS

FOOTER.PHP

Page 26: Wordpress as a CMS

SELECT OUR THEME

Page 27: Wordpress as a CMS

ADVANCED THEME

The theme for my (simple looking) blog - http://mark-kirby.co.uk/

Site contains a blog and tutorials Homepage contains latest 2 tutorials, and

latest 3 blog posts The blog main page lists entire posts Tutorial main page lists summaries

Page 28: Wordpress as a CMS

HOME.PHP

http://codex.wordpress.org/Template_Tags/get_posts

Page 29: Wordpress as a CMS

HEADER.PHP

Title – varies according to page

Menu

Page 30: Wordpress as a CMS

CATEGORY-27.PHP - BLOG

Uses the_content

Page 31: Wordpress as a CMS

CATEGORY-28.PHP - TUTORIALS

Uses the_excerpt

Page 32: Wordpress as a CMS

PRO’S

Quick and easy to set up an installation Easy to create themes Huge user base hence

Great support Lots of documentation Many plugins covering all kinds of functionality Regular updates

Page 33: Wordpress as a CMS

CON’S

Security issues – you will need to keep sites updated to the latest version at all times

Stigma, some clients won’t be happy using it Ordering pages is a little awkward – not ideal

for sites with loads of pages Any suggestions for pro’s and con’s?

Page 34: Wordpress as a CMS

CONVERSATION

Questions for me (and each other) Questions for you!

Would you consider using WordPress for your clients, if so, what size client/what type of client and why?

What features would you like to see in a CMS, we can see if WordPress has them, or if there is a plugin which provides them

What concerns would you have about using WordPress as a CMS

Have you any comments on the content of my talk, for the next group