Archived topic
Child Theme - No Result.php
4 replies · Started by Woraphong on August 11, 2021
Hi,
I have followed the previous asked question and able to change the no-result page.
By creating a childtheme, then copy no-result.php to my childtheme folder.
I wonder is it possible to add something more interesting to that no-result page? (Or create a seperate layout for that page?)
ie a random post from my website with the text caption, In the mean time, why don't you read this post instead?
Here is an example of my no-result page, I'm able to change the language and add a line break in there,
https://ketothailand.xyz/?s=zoo
Hope you can help me make the no-result page more interesting than this
Thanks
Hi there,
I wonder is it possible to add something more interesting to that no-result page?
You can actually use a block element - hook to do this:
https://docs.generatepress.com/article/block-element-overview/
The No Search Results page is in the display rules:
https://www.screencast.com/t/VVww7p0MBD
To change the entire layout would require some custom coding.
Thank you I will try playing with the hook.
Solved
Glad to hear :)