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.5k
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
790
How better performing websites can help save the planet
jacklenox
0
1.6k
What WordPress developers can do about climate change
jacklenox
0
190
An introduction to the WordPress REST API
jacklenox
1
210
An Introduction to Object-Oriented Programming, Design Patterns, and Test-Driven Development
jacklenox
3
450
Building Websites with the REST API
jacklenox
0
270
There and Back Again: A Developer's Tale
jacklenox
3
1.8k
Writing PHP with React
jacklenox
0
390
Theming, React and the REST API
jacklenox
0
500
Other Decks in Technology
See All in Technology
AWS re:Invent 2024 recap
hkoketsu
0
470
なぜCodeceptJSを選んだか
goataka
0
190
【re:Invent 2024 アプデ】 Prompt Routing の紹介
champ
1
280
メンタル面でもつよつよエンジニアになる/登壇資料(井田 献一朗)
hacobu
0
150
AWS re:Invent 2024 Recap in ZOZO - Serverless で好きなものをしゃべってみた
chongmyungpark
0
460
20241218_今年はSLI/SLOの導入を頑張ってました!
zepprix
0
210
スケールし続ける事業とサービスを支える組織とアーキテクチャの生き残り戦略 / The survival strategy for Money Forward’s engineering.
moneyforward
0
120
ゼロから創る横断SREチーム 挑戦と進化の軌跡
rvirus0817
3
610
OCI技術資料 : ファイル・ストレージ 概要
ocise
3
11k
生成AIのガバナンスの全体像と現実解
fnifni
1
230
マイクロサービスにおける容易なトランザクション管理に向けて
scalar
0
200
Google Cloud で始める Cloud Run 〜AWSとの比較と実例デモで解説〜
risatube
PRO
0
120
Featured
See All Featured
GraphQLとの向き合い方2022年版
quramy
44
13k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
171
50k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
230
52k
Keith and Marios Guide to Fast Websites
keithpitt
410
22k
The World Runs on Bad Software
bkeepers
PRO
66
11k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.3k
Designing on Purpose - Digital PM Summit 2013
jponch
116
7k
Designing Experiences People Love
moore
139
23k
How to Think Like a Performance Engineer
csswizardry
22
1.2k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
Scaling GitHub
holman
459
140k
Mobile First: as difficult as doing things right
swwweet
222
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]