Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- global $post;
- $terms = wp_get_post_terms( $post->ID, 'product_cat' );
- foreach ( $terms as $term ) $categories[] = $term->slug;
- if ( in_array( 'z', $categories ) ) {
- Insert_extra_HTML/CSS/Shortcode_Here;
- } else {
- do_nothing_extra;
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement