Expired
I am creating a spanish website and I want to change the title for “Archive” and “Search results”.
How could I do this?
Hello,
Please go to file \includes\view\page_header.php and find this line: $title = __('Search Results', 'codeless'); Edit the text “Search Results” to your wish. You can find the “Archive” in your wordpress installation files.
$title = __('Search Results', 'codeless');
Best regards!
You must be logged in to reply to this topic.