Forums

[resolved] Search in only Posts (3 posts)

  1. fatihturan
    Member
    Posted 3 years ago #

    Hello everybody.

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

    Thanks

  2. nanoserritek
    Member
    Posted 3 years ago #

    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 ?

  3. fatihturan
    Member
    Posted 3 years ago #

    For this i'm using Search Unleashed plugin.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags