• Resolved thegoosh

    (@thegoosh)


    Hi, I use my front page template to show Newest items, sale items, etc… I’m hoping to do the same for auction items too but I’m not managing to build a loop to show items in the auction. I’d have thought ‘product_type’ => ‘auction’, would have done it but it seems not to work. Any ideas? Even if its via a shortcode? I can’t find any docs to help with this.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nitesh

    (@nitesh_singh)

    Hi @thegoosh ,

    We heard you and made you a special shortcode:
    [uwa_new_auctions days_when_added=”10″ columns=”4″ orderby=”date” order=”desc/asc” show_expired=”yes/no”]

    Hope that helps. Please do take time out and review our plugin.

    Regards,
    Nitesh

    Thread Starter thegoosh

    (@thegoosh)

    Hi Nitesh,

    Thank you for coming up with that, and so quickly! Are you sure it’s correct though? The most I’ve been able to do with it is print the shortcode on the front-page. Any changes I make to it throw up errors.


    <?php echo do_shortcode("[uwa_new_auctions columns=”4″ orderby=”date” order=”desc” show_expired=”yes”]"); ?>

    Thread Starter thegoosh

    (@thegoosh)

    Whoops!

    Ignore that please Nitesh. It only dawned on me afterwards that you would have needed to update the plugin.

    Thank you very much. Fantastic support! I’ll leave a review once it’s on a live server

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘loop for front page’ is closed to new replies.