When I click on one of my top menu options it displays ‘Category Archives: {menu title here] ‘ in the main body. How can I delete the ‘Category Archives’?
Thanks for your time.
2 Answers
Hello Emma,
You could change the text in file includes/locals.php and search for the line:
'category_archives' => __('Category Archives', $domain)
and simply replace it with
'category_archives' => __('', $domain)
Hope it helps.