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
84
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
150
Gutenberg
kjohnson
0
370
Introduction to WP-CLI
kjohnson
0
320
Separate your time from your income
kjohnson
0
450
iThemes Exchange
kjohnson
0
110
Easy Digital Downloads
kjohnson
0
82
PHP Templating
kjohnson
0
130
objects-a-short-intro.pdf
kjohnson
0
190
Other Decks in Programming
See All in Programming
TanStack DB ~状態管理の新しい考え方~
bmthd
2
450
Vue・React マルチプロダクト開発を支える Vite
andpad
0
110
RDoc meets YARD
okuramasafumi
4
160
レガシープロジェクトで最大限AIの恩恵を受けられるようClaude Codeを利用する
tk1351
4
1.6k
Azure SRE Agentで運用は楽になるのか?
kkamegawa
0
1.3k
Design Foundational Data Engineering Observability
sucitw
2
150
AWS発のAIエディタKiroを使ってみた
iriikeita
1
150
ソフトウェアテスト徹底指南書の紹介
goyoki
1
140
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
140
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
360
オープンセミナー2025@広島「君はどこで動かすか?」アンケート結果
satoshi256kbyte
0
240
AI時代のドメイン駆動設計-DDD実践におけるAI活用のあり方 / ddd-in-ai-era
minodriven
25
9.7k
Featured
See All Featured
Into the Great Unknown - MozCon
thekraken
40
2k
Six Lessons from altMBA
skipperchong
28
4k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Done Done
chrislema
185
16k
Code Reviewing Like a Champion
maltzj
525
40k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
6.1k
Gamification - CAS2011
davidbonilla
81
5.4k
Documentation Writing (for coders)
carmenintech
73
5k
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.