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

After updating virtue premium get_header not working

Home / Forums / Virtue Theme / After updating virtue premium get_header not working

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
March 5, 2016 at 6:54 pm

Ben,

After updating virtue premium my get_header function is not working properly. Instead of inserting the code after the header, the code is being inserted as the first lines of code in the source.

here is the function.

function theme_nav() {
include(dirname(__FILE__).’/nav.php’);
}
add_action(‘get_header’, ‘theme_nav’);

Any ideas?

Jeremy

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