Comments 2Albert started the conversationMay 5, 2020 at 10:12amHello,how I can show the number of search results on the results page? 8,990Tahir repliedMay 5, 2020 at 10:04pmHey Again,I am afraid there is no such option available at the moment ? .Thanks ThemeNectar Support Team 2Albert repliedMay 11, 2020 at 10:34amhello Tahir, nor by touching the template or touching code? I have tried some ways but I have not succeeded ... 8,990Tahir repliedMay 11, 2020 at 11:50pmHey Again,I am seeing the Number Of Search Results on the Results Page : Are you referring to something else ?. Thanks ThemeNectar Support Team 2Albert repliedMay 12, 2020 at 6:12amTahir, 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! Sign in to reply ...
Hello,
how I can show the number of search results on the results page?
Hey Again,
I am afraid there is no such option available at the moment ? .
Thanks
ThemeNectar Support Team
hello Tahir,
nor by touching the template or touching code? I have tried some ways but I have not succeeded ...
Hey Again,
I am seeing the Number Of Search Results on the Results Page :
Are you referring to something else ?.
Thanks
ThemeNectar Support Team
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!