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
WordPress Greek Community - Meetup Crete 2 - Us...
Search
WordPress Greek Community
December 05, 2015
Programming
0
86
WordPress Greek Community - Meetup Crete 2 - Using WordPress for Web Development - Konstantinos Kouratoras
WordPress Greek Community
December 05, 2015
Tweet
Share
More Decks by WordPress Greek Community
See All by WordPress Greek Community
Thanassis Zannias - Flexible WordPress Dev Environment with Docker
wpgr
0
6
Andreas Karavanas - AI Supercharged Landing Pages
wpgr
0
9
Όμορφα, γρήγορα και οικονομικά websites με WordPress
wpgr
0
9
Unlocking creativity - Marilia Darilli
wpgr
0
28
Έλλη Μουχτάρη - Χτίσε το προσωπικό σου brand και απόκτησε τους πελάτες που θες
wpgr
0
21
Ioannis Kastorinis - WooCommerce technical automations in the real world
wpgr
0
32
Christos Paloukas - Cache me if you can, a journey through caching layers in WordPress
wpgr
0
40
Ευάγγελος Πάλλης - Malware Cleanup & Protection
wpgr
0
42
Νίκος Μαυράκης - Κοστολογώντας τη δημιουργικότητα
wpgr
0
29
Other Decks in Programming
See All in Programming
Team topologies and the microservice architecture: a synergistic relationship
cer
PRO
0
930
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
1
840
今ならAmazon ECSのサービス間通信をどう選ぶか / Selection of ECS Interservice Communication 2025
tkikuc
11
2.8k
なぜ適用するか、移行して理解するClean Architecture 〜構造を超えて設計を継承する〜 / Why Apply, Migrate and Understand Clean Architecture - Inherit Design Beyond Structure
seike460
PRO
1
280
型付きアクターモデルがもたらす分散シミュレーションの未来
piyo7
0
800
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
200
[初登壇@jAZUG]アプリ開発者が気になるGoogleCloud/Azure+wasm/wasi
asaringo
0
130
Select API from Kotlin Coroutine
jmatsu
1
180
deno-redisの紹介とJSRパッケージの運用について (toranoana.deno #21)
uki00a
0
130
Perplexity Slack Botを作ってAI活用を進めた話 / AI Engineering Summit プレイベント
n3xem
0
670
A2A プロトコルを試してみる
azukiazusa1
2
870
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
110
Featured
See All Featured
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Visualization
eitanlees
146
16k
Raft: Consensus for Rubyists
vanstee
140
7k
Statistics for Hackers
jakevdp
799
220k
Rails Girls Zürich Keynote
gr2m
94
14k
VelocityConf: Rendering Performance Case Studies
addyosmani
330
24k
Embracing the Ebb and Flow
colly
86
4.7k
Adopting Sorbet at Scale
ufuk
77
9.4k
Done Done
chrislema
184
16k
Why Our Code Smells
bkeepers
PRO
337
57k
JavaScript: Past, Present, and Future - NDC Porto 2020
reverentgeek
48
5.4k
The Cult of Friendly URLs
andyhume
79
6.4k
Transcript
USING WORDPRESS FOR WEB DEVELOPMENT Konstantinos Kouratoras - 2nd Crete
WordPress Meetup - December 2015
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
WHAT IS WORDPRESS? • Blogging platform • Content Management System • Development framework
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
WHY WORDPRESS? • Easy • Free • Popular • Developer Friendly
CONTENT TYPES
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
CONTENT TYPES • Posts & Pages • Categories & Tags • Custom Post Types • Custom Taxonomies • Custom Fields
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
EXAMPLE Library • Book Custom Post Type • Book Genre Custom Taxonomy • Number of pages & Publication Date Custom Fields
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
HOW? • Code (codex.wordpress.org/Post_Types) • Generator (generatewp.com) • Plugins (Types, Custom Post Type UI)
FILES & FOLDERS STRUCTURE
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
FILES & FOLDERS STRUCTURE
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
FILES & FOLDERS STRUCTURE
PLUGINS
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
PLUGINS • Extra Features • Maintain • Reuse • Share
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
PLUGINS
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
PLUGINS
FILTERS & ACTIONS
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
FILTERS & ACTIONS • Customize and extend WordPress • Hook into parts • Manage data • Take actions
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
FILTERS • Manage passed data • When rendering to browser • When saving to database
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
FILTERS
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
FILTERS
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
ACTIONS • Events • Target defined areas • Things happen or about to happen
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
ACTIONS • save_post • publish_post • wp_head • loop_end
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
ACTIONS
THEMES
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
WORDPRESS LOOP • Core Component • Displays posts • Used in themes • Template tags
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
WORDPRESS LOOP
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
THEMES • How to display content • Templates • Template Hierarchy
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
THEMES
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
THEMES
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
THEMES
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
CHILD THEMES • Inherit • Modify
OTHER TOOLS
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
OTHER TOOLS • User Management & Permissions • Email Functionality • Settings API • REST API
Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015
TIPS TO BE CREATIVE QUESTIONS? Konstantinos Kouratoras - 2nd Crete WordPress Meetup - December 2015