• Resolved Fatih Turan

    (@fatihturan)


    Hello everybody.

    How i can show only posts (i don’t want to show pages) in search results page without plugin?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • in this file : search.php

    I have add code

    <?php if ($post->post_type=='post'): {?>
    
    ...........
    
     <?php } endif; ?>

    then will show only post but not page.

    And if search result have only page ,it will show “Search Results”

    but not “No posts found. Try a different search?” because of this line of code :

    <?php if (have_posts()) : ?>
    		<h2 class="pagetitle">Search Results</h2>

    can anyone solve the problem ?

    Thread Starter Fatih Turan

    (@fatihturan)

    For this i’m using Search Unleashed plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Search in only Posts’ is closed to new replies.