• Resolved zivilezivile

    (@zivilezivile)


    Hi,

    I would like edit this template alt_homepage_no_slider.php
    to make it to display specific category posts, but I cant find where to add category name.

    Thanks is you can help

Viewing 1 replies (of 1 total)
  • Thread Starter zivilezivile

    (@zivilezivile)

    I sorted out
    just this line:
    <?php while ( $alt_posts->have_posts() ) : $alt_posts->the_post(); ?>

    changed to this:
    <?php query_posts(‘cat=7’); while (have_posts()) : the_post(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘post cathegories’ is closed to new replies.