Friday, August 16, 2013

How does we check the product page in wordpress

 if (is_single() && get_post_type()== 'wpsc-product' ) {
echo "its a product pag";
}else{
echo "it is not product page";
}?>

No comments:

Post a Comment