Tagged: Hide Archive Label
- This topic has 1 reply, 1 voice, and was last updated 1 year, 10 months ago by Sakin Shrestha.
-
AuthorPosts
-
March 16, 2023 at 11:12 pm #12246SquelflandParticipant
Hi there. I installed this plug-in yesterday to hide the Category/Archives labels but it does nothing. I’ve tried both the “Remove” and “Remove Accessibly” settings. I’m using the Twenty Fourteen Version: 3.4-wpcom. My site is hosted by WordPress.com and is on WordPress Version: 6.1.1
I appreciate any help. Also, sorry to make it under account issues, but I can’t find a subforum for this plug-in.
-Marina
March 16, 2023 at 11:46 pm #12253Sakin ShresthaKeymasterHi Marina,
Twenty Fourteen is an old theme and it doesn’t use the proper WordPress function for the archive title. They should use <code>the_archive_title()</code> but instead it’s using manual like <code>printf( __( ‘Category Archives: %s’, ‘twentyfourteen’ ), single_cat_title( ”, false ) );</code>. So, this plugin will not work for Twenty Fourteen.
Sorry for that.
Regards,
Sakin -
AuthorPosts
- The topic ‘Hide Archive Label Plugin Not Doing Anything’ is closed to new replies.