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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
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
140
Building Pages in WordPress
kjohnson
0
170
Gutenberg
kjohnson
0
380
Introduction to WP-CLI
kjohnson
0
330
Separate your time from your income
kjohnson
0
470
iThemes Exchange
kjohnson
0
130
Easy Digital Downloads
kjohnson
0
84
PHP Templating
kjohnson
0
130
objects-a-short-intro.pdf
kjohnson
0
200
Other Decks in Programming
See All in Programming
DSPy入門 Pythonで実現する自動プロンプト最適化 〜人手によるプロンプト調整からの卒業〜
seaturt1e
1
640
コードレビューをしない選択 #でぃーぷらすトウキョウ
kajitack
3
810
grapheme_strrev関数が採択されました(あと雑感)
youkidearitai
PRO
1
210
ベクトル検索のフィルタを用いた機械学習モデルとの統合 / python-meetup-fukuoka-06-vector-attr
monochromegane
2
370
nuget-server - あなたが必要だったNuGetサーバー
kekyo
PRO
0
220
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
370
Ruby x Terminal
a_matsuda
7
590
AI主導でFastAPIのWebサービスを作るときに 人間が構造化すべき境界線
okajun35
0
670
The Ralph Wiggum Loop: First Principles of Autonomous Development
sembayui
0
3.7k
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
420
New in Go 1.26 Implementing go fix in product development
sunecosuri
0
400
Claude Codeセッション現状確認 2026福岡 / fukuoka-aicoding-00-beacon
monochromegane
4
410
Featured
See All Featured
Marketing to machines
jonoalderson
1
5k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
11
850
Utilizing Notion as your number one productivity tool
mfonobong
4
250
AI in Enterprises - Java and Open Source to the Rescue
ivargrimstad
0
1.2k
Automating Front-end Workflow
addyosmani
1370
200k
Learning to Love Humans: Emotional Interface Design
aarron
275
41k
How To Speak Unicorn (iThemes Webinar)
marktimemedia
1
410
Groundhog Day: Seeking Process in Gaming for Health
codingconduct
0
120
Build your cross-platform service in a week with App Engine
jlugia
234
18k
Kristin Tynski - Automating Marketing Tasks With AI
techseoconnect
PRO
0
190
Digital Projects Gone Horribly Wrong (And the UX Pros Who Still Save the Day) - Dean Schuster
uxyall
0
660
The AI Search Optimization Roadmap by Aleyda Solis
aleyda
1
5.4k
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.