How to get product on home page?

Discussion in 'WordPress' started by arunkw, Jul 20, 2013.

  1. #1
    I am using query post in loop.php
    query_posts( array('post_type'=>array('product','post'),'paged'=>$paged ) );
    PHP:
    So that the custom page 'product' (woocommerce product) can be displayed on home page.

    I am able to see 'product' & 'post' in home page of theme1 but not in theme2, what might be the problem?,
    suggest me place where I should check; What should I check?
     
    arunkw, Jul 20, 2013 IP