Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello!
I would like to edit the text on my Search results page, but I can’t find the text “Search Results”, where do I find the text of the header on the search page.
Hello,
Please go to file includes\view\page_header.php ad find this line:
if(is_search())
16: $title = __('Search Results', 'codeless');
Change the search text line here.
Best regards!
Where do I find “includes\view\page_header.php”
Thanks!
Search results show standard button, can I change the text of the “read more” button here too? Or where can I change this text?
Hello,
-Access the theme’s files via ftp. Then go to this location: specular/includes/view/page_header.php (screenshot).
-What type of blog are you using? To change the “Read more” text, please check these files:
\includes\view\blog\loop-grid.php
\includes\view\blog\loop-index.php
\includes\view\blog\loop-second-style.php
\includes\view\blog\loop-timeline.php
Let us know.
Best regards!
You must be logged in to reply to this topic.