• Resolved unocrea7

    (@unocrea7)


    How can you show the number of results that each search has?

    Normally other search engines bring it but in this I have not seen it in the configuration and the client has asked me for it.

    If you have to touch code, it tells me where to do it and I change it.

    If you need access to the server or to the wordpress admin, tell me and I give you access.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sumit Singh

    (@5um17)

    Hi,

    Sorry for the delay.
    Please let me know if you still need assistance?

    Thanks

    Thread Starter unocrea7

    (@unocrea7)

    Hello,

    if I still need help. I need to know if your search engine can show the number of results and if it is possible that from the third character it shows results like other ajax search plugins, is it possible any of these options?

    Thank you, it is very urgent to assess if we change the plugin or continue with this one.

    Thanks a lot!
    All the best!

    Plugin Author Sumit Singh

    (@5um17)

    Hi,

    This plugin does not have any feature like this. Because WPES targets search query rather than cosmetic part.

    However, I can offer you the solution. You can edit your theme search.php and add the below code anywhere you want to display the results count.

    <p>
    	<?php 
    	global $wp_query;
    	echo $wp_query->found_posts . '&nbsp;' . __('results found', 'theme-text-domain');
    	?>
    </p>

    Hope it helps.
    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to show number of results?’ is closed to new replies.