Remove wording from blog category
-
In each category for my blog it says “Category Archives: blog name”. Any idea how I can remove this so that it just has the category name. I’m using the Hever theme if that helps. I have also tried locating the PHP files to try and find where the wording is but the files don’t seem to be exposed.
The blog I need help with is: (visible only to logged in users)
-
Hi Tomcockram6,
You can remove or change that text to anything you want in the archive.php file. Look for the text in the following line:
printf( __( 'Category Archives: %s', 'Hever' ), '<span>' . single_cat_title( '', false ) . '</span>' ); -
Where would I find the files? As I mentioned in my post I can’t actually find any PHP files for my site.
-
Hi Tom,
From your admin dashboard –> Appearance -> Theme Editor
or you can install File Manager plugin (for example https://wordpress.org/plugins/wp-file-manager/) and you can access your website from the backend.
- The topic ‘Remove wording from blog category’ is closed to new replies.