Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

remove "title" of pages

Home / Forums / Virtue Theme / remove "title" of pages

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
April 27, 2014 at 7:19 pm

Hi,

I am trying to remove the h1 titles on each page. I was able to do this on the home page using theme options. I am not finding a successful way of overriding this code in my child theme: (page-header.php)

<h1>
<?php echo kadence_title(); ?>
<?php if(kadence_display_page_breadcrumbs()) { kadence_breadcrumbs(); } ?>
</h1>

Can you suggest a way to do this in a child theme?

Thank you!

  • The forum ‘Virtue Theme’ is closed to new topics and replies.