Viewing 1 replies (of 1 total)
  • Plugin Author Stefano Lissa

    (@satollo)

    Hi, it should not add the content on woocommerce post types. If it does, you should surround your code with:

    <?php if ($post->post_type == ‘post’) { ?>
    [your code]
    <?php } ?>

Viewing 1 replies (of 1 total)
  • The topic ‘How to exclude some pages? (more one? All pages of WooCommerce)’ is closed to new replies.