Home › Forums › Support › how to hidden the category’s name This topic has 5 replies, 3 voices, and was last updated 5 months ago by David. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts October 30, 2022 at 8:11 am #2394163 bruce hello please see this url:https://finechem.baynoe.com/archives/category/pharm-intermediate-en how to hidden the category’s name: <img src="https://prnt.sc/RA_d5f6puaKe" alt="" /> i archive this function with element’s block. but the category’s name i comfirm that i do not use query function. thanks. October 30, 2022 at 11:30 am #2394318 LeoStaff Customer Support Hi there, Can you try creating a layout element to disable the content title on that page? https://docs.generatepress.com/article/layout-element-overview/#disable-element Let me know 🙂 Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 30, 2022 at 6:55 pm #2394517 bruce hello i created layout element but no use. please help check it,thansk. please see the pic: https://prnt.sc/foLuhlvj_03F https://prnt.sc/a_O_kC-nmcJR October 31, 2022 at 3:52 am #2394936 DavidStaff Customer Support Hi there, if you want to remove all category archive titles, try adding this PHP Snippet: add_action('wp', function(){ if ( is_category() ) { remove_action( 'generate_archive_title', 'generate_archive_title' ); } }); Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ October 31, 2022 at 10:48 am #2395825 bruce Hello David , it worked. thanks. November 1, 2022 at 1:09 am #2396321 DavidStaff Customer Support Glad to hear that! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In