• Thank you for a nice theme, I like your theme that shows posts on the top page.but I have 2 questions.

    (1)
    I want to hide some posts of specified categories on the top page.

    (2)
    I want to show only the newest posts of each categories on the top page.

    How can I solve them?

    Thank you for your help.
    GF

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

    (@gracefield)

    I tried adding some between line21 and line22 of index.php file just like below,but it didn’t work.Please help.

    <?php /* Start the Loop */ ?>
    <?php query_posts(‘cat=-9,-15’); ?>
    <?php while ( have_posts() ) : the_post(); ?>

Viewing 1 replies (of 1 total)
  • The topic ‘how to hide and show the posts of some specified categories’ is closed to new replies.