Title: Duplicate Functionality with Theme Thesis
Last modified: August 21, 2016

---

# Duplicate Functionality with Theme Thesis

 *  [Shivanand Sharma](https://wordpress.org/support/users/varun21/)
 * (@varun21)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/duplicate-functionality-with-theme-thesis/)
 * This is an awesome plugin. But there are certain areas in the plugin that overlap
   with the built in theme functionality. I’d like to be able to enable or disable
   them. For example I can’t live without:
 * sitemap
    Disabling author archives breadcrumb social
 * However I’d like to turn off the following with a UI option or remove_filter (
   preferred):
    rewrite titles, meta description, canonical,author, publisher, webmaster
   verification, post/page meta boxes, etc.
 * It would be wonderful to have a user guide on how to deactivate these. For eg:
   
   this used to work prior to 1.4.7 but doesn’t work in 1.4.7:
 *     ```
       global $wpseo_front;
       remove_filter( 'wp_title', array( $wpseo_front, 'title' ), 15, 3 );
       remove_action( 'init', 'initialize_wpseo_front' );
       ```
   
 * [http://wordpress.org/extend/plugins/wordpress-seo/](http://wordpress.org/extend/plugins/wordpress-seo/)

The topic ‘Duplicate Functionality with Theme Thesis’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908)
 * [Yoast SEO - Advanced SEO with real-time guidance and built-in AI](https://wordpress.org/plugins/wordpress-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-seo/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Shivanand Sharma](https://wordpress.org/support/users/varun21/)
 * Last activity: [13 years, 1 month ago](https://wordpress.org/support/topic/duplicate-functionality-with-theme-thesis/)
 * Status: not resolved