You are here:  » Rows for Featured


Rows for Featured

Submitted by twdesigns on Mon, 2011-12-19 05:53 in

I switched over to the WP version and need to set up my site like the original. How can I have rows for featured items instead of it just scrolling horizontal when too many are added.
Thanks!

Submitted by support on Mon, 2011-12-19 09:09

Hi,

You can use the %IF_EVERYn% placeholders to achieve this. In wp-admin > Settings > PriceTapestry.org then scroll down to HTML > Featured / Each and add the following to the end of the HTML template:

%IF_EVERY4%
</tr><tr>
%ENDIF_EVERY4%

...and that will start a new row every 4 products.

Cheers,
David.
--
PriceTapestry.com

Submitted by twdesigns on Mon, 2011-12-19 15:15

Perfect! Thank you!