[Plugin: Genesis Connect for WooCommerce] Remove Page Title Issue
-
When plugin is activated it is blocking Genesis Title Toggle and functions.php code:
/** Remove page titles */
add_action( ‘get_header’, ‘child_remove_page_titles’ );
function child_remove_page_titles() {
if ( is_page() && ! is_page_template( ‘page_blog.php’ ) )
remove_action( ‘genesis_post_title’, ‘genesis_do_post_title’ );
}Is there any workaround for this, fairly important issue.
https://www.ads-software.com/extend/plugins/genesis-connect-woocommerce/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Genesis Connect for WooCommerce] Remove Page Title Issue’ is closed to new replies.