Categories in Front Page…. confused
-
Hi all,
I looked for an answer to this but my front page has this:
<h7 align="center">LATEST NEWS</h7> <?php if (have_posts()) :?> <?php while (have_posts()) : the_post(); ?> <div class="post-wrapper">
Based on the above (and I have tried to no avail) how do I limit the categories in the front page. In other words if I wanted any category “Latest News” on the front and the other info on the inside. How does this happen? I even tried with another template with this breakdown:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
Still confused.
Please help.
Thanks
Yorgi
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Categories in Front Page…. confused’ is closed to new replies.