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
80
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
120
Building Pages in WordPress
kjohnson
0
130
Gutenberg
kjohnson
0
350
Introduction to WP-CLI
kjohnson
0
310
Separate your time from your income
kjohnson
0
400
iThemes Exchange
kjohnson
0
79
Easy Digital Downloads
kjohnson
0
80
PHP Templating
kjohnson
0
120
objects-a-short-intro.pdf
kjohnson
0
160
Other Decks in Programming
See All in Programming
nekko cloudにおけるProxmox VE利用事例
irumaru
3
430
Cloudflare MCP ServerでClaude Desktop からWeb APIを構築
kutakutat
1
550
ブラウザ単体でmp4書き出すまで - muddy-web - 2024-12
yue4u
3
480
Exploring: Partial and Independent Composables
blackbracken
0
100
情報漏洩させないための設計
kubotak
3
300
良いユニットテストを書こう
mototakatsu
8
2.7k
PHPUnitしか使ってこなかった 一般PHPerがPestに乗り換えた実録
mashirou1234
0
220
責務を分離するための例外設計 - PHPカンファレンス 2024
kajitack
6
1.3k
バグを見つけた?それAppleに直してもらおう!
uetyo
0
180
선언형 UI에서의 상태관리
l2hyunwoo
0
180
Haze - Real time background blurring
chrisbanes
1
510
「Chatwork」Android版アプリを 支える単体テストの現在
okuzawats
0
180
Featured
See All Featured
Measuring & Analyzing Core Web Vitals
bluesmoon
4
170
Designing for Performance
lara
604
68k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
247
1.3M
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
6
520
The Illustrated Children's Guide to Kubernetes
chrisshort
48
48k
The World Runs on Bad Software
bkeepers
PRO
65
11k
Helping Users Find Their Own Way: Creating Modern Search Experiences
danielanewman
29
2.3k
A Tale of Four Properties
chriscoyier
157
23k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
10
810
The Cult of Friendly URLs
andyhume
78
6.1k
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.