Custom Post Types
-
I noticed that custom post types don’t display “tags” or “Categories” with the WP Bootstrap starter.
I’ve done a change in my /inc/template-tags.php
to check has_tag / has_category. instead of the existing logic. I’m kinda new to this coulnd’t find a report section
function wp_bootstrap_starter_entry_footer() {
// Hide category and tag text for pages.
if ( ‘post’ === get_post_type() ) {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Custom Post Types’ is closed to new replies.
