You must be logged in to reply to this topic. Click here to login or register
Forum › Forum › WordPress Theme › Sara – WooCommerce WordPress Market Theme › SNS Sara the_title hook for custom h1 page
The plugin for customizing the header of the h1 page does not work. There is a replacement of all text values output through title_page With standard WordPress themes work fine.
Code for replace h1 page:
function itm_light_seo_view_pages_h1 ($view_h1) {
global $id;
if ( is_page()
You must be logged in to reply to this topic. Click here to login or register