Forums

WP e-Commerce
How to display products on the home page? (2 posts)

  1. Ichi
    Member
    Posted 6 months ago #

    Are there any ways to display products list on the homepage? I have try to make a sticky post which has products list within it, but it's list aren't go show up on the homepage, rather than single post itself

    Thanks before

    http://wordpress.org/extend/plugins/wp-e-commerce/

  2. monika11
    Member
    Posted 5 months ago #

    $loop = new WP_Query( array( 'post_type' => 'products') ); ?>
    <?php while ( $loop->have_posts() ) : $loop->the_post(); ?>

    <?php the_title( ); ?>
    <?php the_content( ); ?>
    <?php endwhile; ?>
    Paste this code in index.php will work

Reply

You must log in to post.

About this Plugin

About this Topic