Intro to WordPress Themes

9
WordPress Themes What, Where... When?

description

A round up of the different types of WordPress themes available, courtesy of Kristarella (http://www.kristarella.com/)

Transcript of Intro to WordPress Themes

Page 1: Intro to WordPress Themes

WordPress ThemesWhat, Where... When?

Page 2: Intro to WordPress Themes

What the reader sees

• The theme determines almost everything the user sees

• Layout• Fonts• Colours• Border & frames• etc

Layout

Fontshttp://wordpress.org/themes

Page 3: Intro to WordPress Themes

What the admin sees

• Theme Features need to be enabled by the theme

• Wigdets• Menus• Header• Background• Featured images• Post formats

http://codex.wordpress.org/Theme_Features

Page 4: Intro to WordPress Themes

What kinds of themes?• Plug & play

• few options

• Option themes

• many options

• Theme frameworks

• may have options, or a large API

• Child Themes

Page 5: Intro to WordPress Themes

Plug & Play

• e.g., Twenty Twelve

• Menu

• Header image

• Widgets

• Background

• Featured Images

• 2 page templates

Page 6: Intro to WordPress Themes

Option Themes

• e.g., Elegant Themes

• usually several styles and many options

• sliders

• featured content

http://www.elegantthemes.com

Page 7: Intro to WordPress Themes

Option Themes

• e.g., WooThemes

• built on their WooFramework

http://www.woothemes.com

Page 8: Intro to WordPress Themes

Theme Frameworks

• e.g., Genesis

• some options

• huge API

• lots of child themes & plugins available

http://www.studiopress.com

Page 9: Intro to WordPress Themes

Child Themes

• Can usually be built on any theme

• Isolates your own changes & keeps them safe from updates

http://codex.wordpress.org/Child_Themes