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
88
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
16
Andreas Karavanas - AI Supercharged Landing Pages
wpgr
0
23
Όμορφα, γρήγορα και οικονομικά websites με WordPress
wpgr
0
29
Unlocking creativity - Marilia Darilli
wpgr
0
61
Έλλη Μουχτάρη - Χτίσε το προσωπικό σου brand και απόκτησε τους πελάτες που θες
wpgr
0
47
Ioannis Kastorinis - WooCommerce technical automations in the real world
wpgr
0
61
Christos Paloukas - Cache me if you can, a journey through caching layers in WordPress
wpgr
0
69
Ευάγγελος Πάλλης - Malware Cleanup & Protection
wpgr
0
73
Νίκος Μαυράκης - Κοστολογώντας τη δημιουργικότητα
wpgr
0
59
Other Decks in Programming
See All in Programming
スマホから Youtube Shortsを見られないようにする
lemolatoon
27
34k
Software Architecture
hschwentner
6
2.4k
開発組織の戦略的な役割と 設計スキル向上の効果
masuda220
PRO
10
1.8k
釣り地図SNSにおける有料機能の実装
nokonoko1203
0
200
What Spring Developers Should Know About Jakarta EE
ivargrimstad
0
570
AI 駆動開発におけるコミュニティと AWS CDK の価値
konokenj
5
290
NIKKEI Tech Talk#38
cipepser
0
310
CSC509 Lecture 07
javiergs
PRO
0
250
Building, Deploying, and Monitoring Ruby Web Applications with Falcon (Kaigi on Rails 2025)
ioquatix
4
2.6k
CSC305 Lecture 08
javiergs
PRO
0
280
alien-signals と自作 OSS で実現する フレームワーク非依存な ロジック共通化の探求 / Exploring Framework-Agnostic Logic Sharing with alien-signals and Custom OSS
aoseyuu
2
790
CSC305 Lecture 12
javiergs
PRO
0
240
Featured
See All Featured
Building Flexible Design Systems
yeseniaperezcruz
329
39k
Code Review Best Practice
trishagee
72
19k
Measuring & Analyzing Core Web Vitals
bluesmoon
9
640
XXLCSS - How to scale CSS and keep your sanity
sugarenia
249
1.3M
Automating Front-end Workflow
addyosmani
1371
200k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
359
30k
Building a Scalable Design System with Sketch
lauravandoore
463
33k
Mobile First: as difficult as doing things right
swwweet
225
10k
Learning to Love Humans: Emotional Interface Design
aarron
274
41k
The World Runs on Bad Software
bkeepers
PRO
72
11k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.2k
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