Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ChristinaShoe

    (@christinashoe)

    Anyone have any ideas on this? It’s driving me crazy seeing those category page titles on there.

    Plugin Author Bill Erickson

    (@billerickson)

    No, this only applies to post types (pages, posts, and any other custom post types you create).

    You should be able to edit the Archive Title when editing that category (at the bottom): https://cl.ly/2c1q2U38110G

    If that’s blank, no title appears on the category archive page. If you are still seeing a title, my guess is your theme is automatically adding a title up there, probably based on my tutorial: https://www.billerickson.net/default-category-and-tag-titles/

    You should edit your theme files to remove this addition, or add this to functions.php to remove the archive intro area altogether:

    remove_action( ‘genesis_before_loop’, ‘genesis_do_taxonomy_title_description’, 15 );

    Thread Starter ChristinaShoe

    (@christinashoe)

    THANK YOU! Yes it was apparently added by the theme. I was able to add to the functions.php to fix it. I really appreciate your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hiding Category Page Titles’ is closed to new replies.