Skip to content

Instantly share code, notes, and snippets.

@srikat
Created December 10, 2013 02:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save srikat/7884793 to your computer and use it in GitHub Desktop.
Save srikat/7884793 to your computer and use it in GitHub Desktop.
function custom_filter_shop_layout( $layout_id ) {
if ( is_shop() || is_singular( 'product' ) || is_tax( 'product_cat' ))
return '5229da61e6097';
return $layout_id;
}
add_filter( 'builder_filter_current_layout', 'custom_filter_shop_layout' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment