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
390
iThemes Exchange
kjohnson
0
72
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
Arm移行タイムアタック
qnighy
0
340
レガシーシステムにどう立ち向かうか 複雑さと理想と現実/vs-legacy
suzukihoge
14
2.3k
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
0
100
Remix on Hono on Cloudflare Workers
yusukebe
1
300
カンファレンスの「アレ」Webでなんとかしませんか? / Conference “thing” Why don't you do something about it on the Web?
dero1to
1
110
TypeScript Graph でコードレビューの心理的障壁を乗り越える
ysk8hori
3
1.2k
3 Effective Rules for Using Signals in Angular
manfredsteyer
PRO
0
120
Amazon Bedrock Agentsを用いてアプリ開発してみた!
har1101
0
340
距離関数を極める! / SESSIONS 2024
gam0022
0
290
リアーキテクチャxDDD 1年間の取り組みと進化
hsawaji
1
220
cmp.Or に感動した
otakakot
3
210
ふかぼれ!CSSセレクターモジュール / Fukabore! CSS Selectors Module
petamoriken
0
150
Featured
See All Featured
Six Lessons from altMBA
skipperchong
27
3.5k
[RailsConf 2023] Rails as a piece of cake
palkan
52
4.9k
ピンチをチャンスに:未来をつくるプロダクトロードマップ #pmconf2020
aki_iinuma
109
49k
Embracing the Ebb and Flow
colly
84
4.5k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
26
1.4k
Save Time (by Creating Custom Rails Generators)
garrettdimon
PRO
27
840
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.1k
Practical Orchestrator
shlominoach
186
10k
Building Applications with DynamoDB
mza
90
6.1k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
Optimizing for Happiness
mojombo
376
70k
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.