Couple Questions
-
What line creates the loop to get all of the new posts? I figured it was.
<?php if ($posts) { foreach ($posts as $post) { start_wp(); ?>
But I keep getting a parse error if I just through that in. Also any examples on how to modify <?php the_category() ?> mostly so I can get rid of the bullet. Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Couple Questions’ is closed to new replies.