Tagged Questions
0
votes
2answers
318 views
<!--more--> help
I have a custom post type called "Blog", in my templates I looping over the blog type and doing the following,
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
...