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 Schema

Home / Forums / Virtue Theme / Remove Schema

This topic is: Not Resolved
[Not Resolved]
Posted in: Virtue Theme
October 7, 2019 at 11:50 am

Hi there,

I am looking to remove some schema from my Vitrue theme site. I found the following and added the code to functions:

add_filter(‘kadence_html_schema’, ‘custom_remove_schema’);
function custom_remove_schema() {
return ”;
}

This removed WebPage Schema.

I still have WPSideBar showing – is this coming from the theme?

Heres what was identified in the validator:

<div class=”sidebar”><aside id=”ktsidebar” class=”col-lg-3 col-md-4 kad-sidebar” role=”complementary” itemscope itemtype=”

Can I add filter to remove this?

Thanks,

Glenn

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