• Hi!

    I would like that WP search engine search only posts (now it search posts & pages) – anyone know how to do that?

Viewing 16 replies (of 16 total)
  • Didn’t work for me either. Try this instead:

    <?php if (is_search()) {
    query_posts(“cat=1,7”);
    }
    ?>

    under

    <?php if (have_posts()) : ?>

    in search.php

Viewing 16 replies (of 16 total)
  • The topic ‘Search only posts (not pages)’ is closed to new replies.