Products Page

Health and Wellness

Health & wellness products for creating an even healthier lifestyle:

$bmsPost = new WP_Query();
$bmsPost->query(‘category_name=health-products&orderby=date&showposts=10′);
while ($bmsPost->have_posts()) : $bmsPost->the_post();
?>


Coaching

Online success coaching products.

$bmsPost = new WP_Query();
$bmsPost->query(‘category_name=telecoaching&orderby=date&showposts=10′);
while ($bmsPost->have_posts()) : $bmsPost->the_post();
?>

Comments on this entry are closed.