Casual Blog Theme – Navigation – menus

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.

Emma
asked8 years ago
Views 947
2
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.

Avatar photoThemebullet Staff - 8 years ago
2

Fabulous thanks – will give this a go.

Emma - 8 years ago

This question has been marked as resolved. The solution has been found and no further answers are needed.