Taxonomies not visible on Custom Post Type
-
I have created a Custom Post type using the Plugin as custom_roms, i have created 2 taxonomies tags & devices {devices taxonomy is hierarchical}
Now every thing is working great except im not able to see any tags or categories where they are supposed to be seen.https://docs.google.com/file/d/0ByHTH7-RvomxbkF4RUtld2lwLWM/edit?usp=drivesdk
The code for single.php is as follows
<header><h1 class="ft-ptitle entry-title"><?php the_title(); ?></h1></header> <div class="ft-bmeta"><span class="ft-author vcard author"><span class="fn"><?php the_author_posts_link(); ?></span></span> - <span class="ft-time"><time class="updated" datetime="<?php the_time('F, jS Y'); ?>"><?php the_time('F j, Y'); ?></time></span> - <span class="ft-categories"><?php the_category(', '); ?></span></div> <?php include get_template_directory() . '/lib/theme-functions/theme-share.php'; ?> <div class="ft-boxct"> <section class="ft-entry"><?php the_content(); ?></section>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Taxonomies not visible on Custom Post Type’ is closed to new replies.