Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Custom Post Types and Taxonomies

Custom Post Types and Taxonomies

An introduction into WordPress custom post types and taxonomies. What they are as well as why and how to use them.

Mark Wilkinson

October 04, 2015
Tweet

More Decks by Mark Wilkinson

Other Decks in Technology

Transcript

  1. is_post_type_hierarchical( $post_type) is_post_type_archive( $post_type ) is_singular( $post_type ) is_tax( $taxonomy

    ) is_taxonomy_hierarchical( $taxonomy ) taxonomy_exists( $taxonomy ) Conditional Functions