Change default text on Search
-
Hi,
We have to change the default search dropdown text (Select category). It’s located on search.php file inside the “inc” folder.
While am use this file in our child theme & change the text name it’s not working. but if i directly change on parent theme it’s working.
how can we use this file in our child theme ?
Thanks,
Attachments:
You must be
logged in to view attached files.
Hello,
You can translate all theme and plugin texts via PO file in WordPress. Here is a video tutorial that should help you translate your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3
Best Regards
We do not need this. Our query is how can we use parent theme search.php file in our child theme.
We have to override the search form functionality.
If we made any changes on parent theme search.php file is working as we expect. but does not on our child theme.
Thanks
Hello,
You can add your customization code to the functions.php of the child theme. Other customizations would be lost with each theme update.
Best Regards