Custom Post Type won't appear
-
Hi
I have created my Custom Post Type and I see it in the backend and I can create posts in it. I use this in my index.php:
<?php if (is_single()) : ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
but it won’t work. It just shows me the normal posts but none of my Custom Post Types. Help?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Custom Post Type won't appear’ is closed to new replies.