• Hi, WP gurus

    I’m developimg a theme for my client and here is a problem a cant resolve by my self or with google. On my blog i have a categories “Services” and “Publications”. On the tag.php template I want to display them separately, but don’t know how to do this because I’m using a simlpe loop like:

    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to display posts first from one category and then from other on tag.php temp’ is closed to new replies.