Slide 1

Slide 1 text

Why WordPress is the framework of the future! By Jack Lenox

Slide 2

Slide 2 text

WordPress is the most popular CMS on the web

Slide 3

Slide 3 text

Its behind 14.7% of Alexa’s top million sites

Slide 4

Slide 4 text

As of August 2011 it manages 22% of all new websites (in the US)

Slide 5

Slide 5 text

You’re in good company...

Slide 6

Slide 6 text

A few golden rules • Use as few plugins as possible • Always check through the WordPress function library when implementing something unprecedented http://codex.wordpress.org/ Function_Reference • Build advanced functionality into the theme rather than creating lots of extra custom plugins

Slide 7

Slide 7 text

No content

Slide 8

Slide 8 text

Anatomy of a theme • header.php • sidebar.php • footer.php • index.php • archive.php • page.php • single.php • functions.php

Slide 9

Slide 9 text

No content

Slide 10

Slide 10 text

Part 1 How to “deWordPressify” your site

Slide 11

Slide 11 text

1. Externalise your /wp-content/ directory

Slide 12

Slide 12 text

Voila! (In wp-config.php)

Slide 13

Slide 13 text

2. Properly customise your login, registration and forgotten password pages

Slide 14

Slide 14 text

No content

Slide 15

Slide 15 text

No content

Slide 16

Slide 16 text

No content

Slide 17

Slide 17 text

Login Page (In login.php)

Slide 18

Slide 18 text

Login redirects (In functions.php)

Slide 19

Slide 19 text

3. How to use custom post types, and make the most of them

Slide 20

Slide 20 text

No content

Slide 21

Slide 21 text

No content

Slide 22

Slide 22 text

No content

Slide 23

Slide 23 text

Custom Post Types (In functions.php)

Slide 24

Slide 24 text

Part 2 Give users control over their own profiles and data

Slide 25

Slide 25 text

1. Front end profile management for users

Slide 26

Slide 26 text

No content

Slide 27

Slide 27 text

No content

Slide 28

Slide 28 text

2. Custom fields in user management

Slide 29

Slide 29 text

No content

Slide 30

Slide 30 text

Part 3 Really cool stuff

Slide 31

Slide 31 text

1. How to set up a highly customisable API for your site (really easily!)

Slide 32

Slide 32 text

No content

Slide 33

Slide 33 text

No content

Slide 34

Slide 34 text

2. How to validate users and access user-specific data from a mobile app

Slide 35

Slide 35 text

No content

Slide 36

Slide 36 text

No content

Slide 37

Slide 37 text

No content

Slide 38

Slide 38 text

I hope this proves useful, I’d love to know how you get on: @jacklenox [email protected]