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
87
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
11
Andreas Karavanas - AI Supercharged Landing Pages
wpgr
0
16
Όμορφα, γρήγορα και οικονομικά websites με WordPress
wpgr
0
22
Unlocking creativity - Marilia Darilli
wpgr
0
50
Έλλη Μουχτάρη - Χτίσε το προσωπικό σου brand και απόκτησε τους πελάτες που θες
wpgr
0
33
Ioannis Kastorinis - WooCommerce technical automations in the real world
wpgr
0
49
Christos Paloukas - Cache me if you can, a journey through caching layers in WordPress
wpgr
0
55
Ευάγγελος Πάλλης - Malware Cleanup & Protection
wpgr
0
63
Νίκος Μαυράκης - Κοστολογώντας τη δημιουργικότητα
wpgr
0
45
Other Decks in Programming
See All in Programming
詳解!defer panic recover のしくみ / Understanding defer, panic, and recover
convto
0
220
Namespace and Its Future
tagomoris
6
690
OSS開発者という働き方
andpad
5
1.7k
Improving my own Ruby thereafter
sisshiki1969
1
150
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
Vue・React マルチプロダクト開発を支える Vite
andpad
0
110
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
AIエージェント開発、DevOps and LLMOps
ymd65536
1
380
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
420
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
220
アプリの "かわいい" を支えるアニメーションツールRiveについて
uetyo
0
170
ソフトウェアテスト徹底指南書の紹介
goyoki
1
140
Featured
See All Featured
Designing Experiences People Love
moore
142
24k
Building an army of robots
kneath
306
46k
4 Signs Your Business is Dying
shpigford
184
22k
Bash Introduction
62gerente
615
210k
RailsConf 2023
tenderlove
30
1.2k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.6k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
507
140k
Code Reviewing Like a Champion
maltzj
525
40k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
580
A designer walks into a library…
pauljervisheath
207
24k
Intergalactic Javascript Robots from Outer Space
tanoku
272
27k
Statistics for Hackers
jakevdp
799
220k
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