Skip to content

Instantly share code, notes, and snippets.

@jazbek
Created July 9, 2013 18:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jazbek/5959855 to your computer and use it in GitHub Desktop.
Save jazbek/5959855 to your computer and use it in GitHub Desktop.
Fix Canvas theme temporarily
<?php
add_action( 'init', 'tribe_events_wootheme_compatibility' );
function tribe_events_wootheme_compatibility() {
if ( ! is_home() ) {
remove_filter( 'pre_get_posts', 'woo_exclude_categories_homepage', 10 );
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment