Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Why WordPress is the framework of the future!
Search
Jack Lenox
May 15, 2012
Technology
7
4.6k
Why WordPress is the framework of the future!
My talk at FOWD London 2012.
Jack Lenox
May 15, 2012
Tweet
Share
More Decks by Jack Lenox
See All by Jack Lenox
How better performing websites can help save the planet
jacklenox
3
890
How better performing websites can help save the planet
jacklenox
0
1.7k
What WordPress developers can do about climate change
jacklenox
0
230
An introduction to the WordPress REST API
jacklenox
1
230
An Introduction to Object-Oriented Programming, Design Patterns, and Test-Driven Development
jacklenox
3
460
Building Websites with the REST API
jacklenox
0
300
There and Back Again: A Developer's Tale
jacklenox
3
1.8k
Writing PHP with React
jacklenox
0
420
Theming, React and the REST API
jacklenox
0
520
Other Decks in Technology
See All in Technology
MySQL5.6から8.4へ 戦いの記録
kyoshidaxx
1
290
Should Our Project Join the CNCF? (Japanese Recap)
whywaita
PRO
0
280
AIの最新技術&テーマをつまんで紹介&フリートークするシリーズ #1 量子機械学習の入門
tkhresk
0
140
あなたの声を届けよう! 女性エンジニア登壇の意義とアウトプット実践ガイド #wttjp / Call for Your Voice
kondoyuko
4
490
ネットワーク保護はどう変わるのか?re:Inforce 2025最新アップデート解説
tokushun
0
140
生成AI時代の開発組織・技術・プロセス 〜 ログラスの挑戦と考察 〜
itohiro73
1
350
モバイル界のMCPを考える
naoto33
0
210
作曲家がボカロを使うようにPdMはAIを使え
itotaxi
0
340
CI/CD/IaC 久々に0から環境を作ったらこうなりました
kaz29
1
200
「良さそう」と「とても良い」の間には 「良さそうだがホンマか」がたくさんある / 2025.07.01 LLM品質Night
smiyawaki0820
1
420
登壇ネタの見つけ方 / How to find talk topics
pinkumohikan
5
570
Node-RED × MCP 勉強会 vol.1
1ftseabass
PRO
0
170
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
490
Statistics for Hackers
jakevdp
799
220k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
53
2.8k
The Invisible Side of Design
smashingmag
300
51k
Thoughts on Productivity
jonyablonski
69
4.7k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.8k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
800
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
48
2.9k
Transcript
Why WordPress is the framework of the future! By Jack
Lenox
WordPress is the most popular CMS on the web
Its behind 14.7% of Alexa’s top million sites
As of August 2011 it manages 22% of all new
websites (in the US)
You’re in good company...
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
None
Anatomy of a theme • header.php • sidebar.php • footer.php
• index.php • archive.php • page.php • single.php • functions.php
None
Part 1 How to “deWordPressify” your site
1. Externalise your /wp-content/ directory
Voila! (In wp-config.php)
2. Properly customise your login, registration and forgotten password pages
None
None
None
Login Page (In login.php)
Login redirects (In functions.php)
3. How to use custom post types, and make the
most of them
None
None
None
Custom Post Types (In functions.php)
Part 2 Give users control over their own profiles and
data
1. Front end profile management for users
None
None
2. Custom fields in user management
None
Part 3 Really cool stuff
1. How to set up a highly customisable API for
your site (really easily!)
None
None
2. How to validate users and access user-specific data from
a mobile app
None
None
None
I hope this proves useful, I’d love to know how
you get on: @jacklenox
[email protected]