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 Taxonomies
Search
Kyle B. Johnson
October 06, 2015
Programming
0
86
WordPress Taxonomies
A taxonomy is a method of grouping, and is not unique to WordPress.
Kyle B. Johnson
October 06, 2015
Tweet
Share
More Decks by Kyle B. Johnson
See All by Kyle B. Johnson
Continuously Delivering Value
kjohnson
0
130
Building Pages in WordPress
kjohnson
0
160
Gutenberg
kjohnson
0
370
Introduction to WP-CLI
kjohnson
0
320
Separate your time from your income
kjohnson
0
450
iThemes Exchange
kjohnson
0
120
Easy Digital Downloads
kjohnson
0
83
PHP Templating
kjohnson
0
130
objects-a-short-intro.pdf
kjohnson
0
190
Other Decks in Programming
See All in Programming
ポスターセッション: 「まっすぐ行って、右!」って言ってラズパイカーを動かしたい 〜生成AI × Raspberry Pi Pico × Gradioの試作メモ〜
komofr
0
710
パフォーマンスチューニングで Web 技術を深掘り直す
progfay
18
4.7k
TokyoR#119 bignners session2 Visualization
kotatyamtema
0
120
WebエンジニアがSwiftをブラウザで動かすプレイグラウンドを作ってみた
ohmori_yusuke
0
160
OWASP Kansai DAY 2025.09: OSINTにふれてみよう
deka_morita
0
160
2分台で1500examples完走!爆速CIを支える環境構築術 - Kaigi on Rails 2025
falcon8823
3
1.9k
検索機能リプレイスを4ヶ月→2ヶ月に! AI Agentで実現した2倍速リプレイス
fuuki12
4
820
CSC305 Lecture 03
javiergs
PRO
0
210
VisionFrameworkで実現する - プライバシーに配慮した「顔ぼかし」機能 / Face blurring with Vision Framework
imaizume
0
170
Learn CPU architecture with Assembly
akkeylab
1
1.3k
AIを活用したレシート読み取り機能の開発から得られた実践知 / AI Receipt Scan Practice
rockname
2
1.4k
どの様にAIエージェントと 協業すべきだったのか?
takefumiyoshii
1
460
Featured
See All Featured
Faster Mobile Websites
deanohume
310
31k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
285
14k
Balancing Empowerment & Direction
lara
4
660
RailsConf 2023
tenderlove
30
1.2k
It's Worth the Effort
3n
187
28k
Embracing the Ebb and Flow
colly
87
4.8k
KATA
mclloyd
32
14k
Agile that works and the tools we love
rasmusluckow
330
21k
Build The Right Thing And Hit Your Dates
maggiecrowley
37
2.9k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Transcript
Taxonomies
Woo! Taxonomies
What is a Taxonomy?
What is a Taxonomy? A taxonomy is a method of
grouping, and is not unique to WordPress.
of Educational Goals Bloom’s Taxonomy
Bloom’s Taxonomy
of Plants, Animals, and Minerals Linnaean Taxonomy
Linnaean Taxonomy
WordPress Basics
WordPress Basics The taxonomy groupings in WordPress are called Terms.
A category in a term. A tag is a Term.
Taxonomy Terms Categories • Broad Topics • Pre-Defined • Hierarchical
Post Tags • Specific Topic • Free-Form • Not Hierarchical
Taxonomies for Site Owners
Example Categories • Programming • Best Practices • Design Patterns
Post Tags • Factory Pattern • Singleton Pattern • Front Controller Pattern
Taxonomies and Permalinks /category/design-patterns/ /tag/factory-pattern/
Taxonomies for Developers
Custom Taxonomies Just as WordPress has Custom Post Types, there
are also Custom Taxonomies.
Custom Taxonomies Custom Taxonomies further extend WordPress and Post Types
to create custom content management.