Viewing 3 reply threads
You must be logged in to reply to this topic.
Hello,
We have an issue on our site search, when searching for “F&W”, the result shows that there are 394 results. But there aren’t any entries or show any result posts/pages. Just a number from nowhere.
Could you please take a look and any solutions to fix this?
https://smartdrive.staging.wpengine.com/
https://smartdrive.staging.wpengine.com/?s=F%26W
Thanks!
Hello,
This is really strange. I checked and it does not happen on our side, or anywhere else. Did you made any changes lately? Or did you install any new plugin?
This message: “Search result for: ” is not part of theme’s message in search result page (screenshot). Check out the demo.
Let us know.
Best regards!
Hi there,
Nevermind, I figured this out.
The code was like this before $count = $allsearch->post_count; and it causes the random number issue.
Now I changed it to $count = $wp_query->found_posts; and it all works out!
Thanks!
You must be logged in to reply to this topic.