Okay
  Public Ticket #2389623
Show number of results on searh results page.
Closed

Comments

  •  2
    Albert started the conversation

    Hello,
    how I can show the number of search results on the results page?

  •  8,990
    Tahir replied

    Hey Again,

    I am afraid there is no such option available at the moment ? .

    Thanks 


    ThemeNectar Support Team 

  •  2
    Albert replied

    hello Tahir,

    nor by touching the template or touching code? I have tried some ways but I have not succeeded ...

  •  8,990
    Tahir replied

    Hey Again,

    I am seeing the Number Of Search Results on the Results Page : 

    8181946166.png

    Are you referring to something else ?. 

    Thanks 


    ThemeNectar Support Team 

  •  2
    Albert replied

    Tahir, thanks for your answer; allready done with this on search.php

    <div><?php global $wp_query; echo '<p>Found ' . $wp_query->found_posts . ' Results</p>'; ?></div>

    thank you!