[Plugin: WP Easy Post Types] Using Categories in Template
-
i couldn’t use my custom categories in post details like tags & categories.
i use
<?php wp_list_categories('taxonomy=kitap_tur&hide_empty=0&title_li=') ?>
for menu listing but i want to my custom category in post.in my template, i see this codes
Categories:<?php the_category(''); ?><br/> Tags: <?php the_tags(''); ?><br/>
and how i see my post checked categories in post detail?
thanks for help.
- The topic ‘[Plugin: WP Easy Post Types] Using Categories in Template’ is closed to new replies.