My Custom Post dont appear in my custom template?? help…
-
I install custom post type plugin and it’s working. but my problem is when i want to show my custom post in specific page doesn’t appear. i use dis code to show the custom post
<?php
query_posts(‘post_type=news’);
while(have_posts()) : the_post();
?>
<?php endwhile; ?>but nothing happen
- The topic ‘My Custom Post dont appear in my custom template?? help…’ is closed to new replies.