Monday, August 5, 2013

how to check it`s a product of wp ecommerce page in wordpress

how to check it`s a product of wp ecommerce page in wordpress
f ('wpsc-product' == get_post_type()&& is_single()){
echo "it product page of wp ecommerce";
}

No comments:

Post a Comment