Quantcast
Channel: WordPress.org Forums
Viewing all articles
Browse latest Browse all 46187

dompl on "WP e-Commerce"

$
0
0

Got the ansewer myself:

If not product page:

<?php if ('wpsc-product' != get_post_type())  { ?>
         do stuff
<?php }?>
If product page:
<?php if ('wpsc-product' == get_post_type())  { ?>
         do stuff
<?php }?>

Viewing all articles
Browse latest Browse all 46187

Trending Articles