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

Home Page title – Change Posistion

Home / Forums / Virtue Theme / Home Page title – Change Posistion

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
December 19, 2016 at 9:30 am

Hi There,

A while back Ben helped me move all the page titles via the following code placed in the functions.php
function child_init() {
remove_action('kadence_page_title_container', 'virtue_page_title', 20);
add_action('kadence_page_before_content', 'virtue_page_title', 20);
}
add_action('init', 'child_init');

The home page title is still in the old position, what variable do i need to add to also change the home page title to the same position as the other pages?

Here is the website in question: http://www.grantsonnex.com

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