hi
for example hear in this url http://d4fteam.com/?cat=42 i want to change the sentense Category Archive for if i want to edit it i must change it in wich file?
or for the search result page and the archieve page
(2 posts)
(2 voices)
hi
for example hear in this url http://d4fteam.com/?cat=42 i want to change the sentense Category Archive for if i want to edit it i must change it in wich file?
or for the search result page and the archieve page
Hi d4fteam,
Open up the following file on your server wp-content/themes/infocus/lib/functions/theme.php and go to line # 996
$text = sprintf( __('Category Archive for: %1$s', MYSITE_TEXTDOMAIN ), '‘' . single_cat_title('',false) . '’');
Here you can edit the Category Archive text.
The Search Results text is on line # 987
$text = sprintf( __('Search Results for: %1$s', MYSITE_TEXTDOMAIN ), '‘' . get_search_query() . '’');
You must log in to post.