<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MarketPress Grid plugin</title>
	<atom:link href="http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/feed/" rel="self" type="application/rss+xml" />
	<link>http://allaboutchris.org</link>
	<description>Web designer, punk, doctor and passionate follower of Jesus.</description>
	<lastBuildDate>Wed, 22 May 2013 06:40:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Chris</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-83510</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 22 May 2013 06:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-83510</guid>
		<description><![CDATA[I&#039;m afraid it just looks like a list to me.]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m afraid it just looks like a list to me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rhoda</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-80858</link>
		<dc:creator>Rhoda</dc:creator>
		<pubDate>Sun, 05 May 2013 10:41:37 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-80858</guid>
		<description><![CDATA[hi, i know its been awhile since the last reply etc but im needing urgent help!!
Any idea why my grids are staggered?!!
http://draigerai.com/shop/products]]></description>
		<content:encoded><![CDATA[<p>hi, i know its been awhile since the last reply etc but im needing urgent help!!<br />
Any idea why my grids are staggered?!!<br />
<a href="http://draigerai.com/shop/products" >http://draigerai.com/shop/products</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rc geek</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-66340</link>
		<dc:creator>rc geek</dc:creator>
		<pubDate>Fri, 01 Feb 2013 02:14:24 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-66340</guid>
		<description><![CDATA[hi chris
can you help me how do i add an excerpt on front page featured product?
i&#039;d like to add additional text let say above the &quot;buy now&quot; &quot;add to cart&quot; button
can we do that ? 
thanks]]></description>
		<content:encoded><![CDATA[<p>hi chris<br />
can you help me how do i add an excerpt on front page featured product?<br />
i&#8217;d like to add additional text let say above the &#8220;buy now&#8221; &#8220;add to cart&#8221; button<br />
can we do that ?<br />
thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-33772</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Thu, 30 Aug 2012 22:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-33772</guid>
		<description><![CDATA[I use the market_mp_list_products function in my templates like so:



The variables you need to send in the function are:
market_mp_list_products($echo, $paginate, $page, $per_page, $order_by, $order, $category, $tag);

The first variable is $echo and should be set to true, otherwise the function doesn&#039;t echo anything back.  Pagination doesn&#039;t work either so I set my $per_page to 100 which is more than enough to display all the products that may come up (you can set it to whatever you need).]]></description>
		<content:encoded><![CDATA[<p>I use the market_mp_list_products function in my templates like so:</p>
<p>The variables you need to send in the function are:<br />
market_mp_list_products($echo, $paginate, $page, $per_page, $order_by, $order, $category, $tag);</p>
<p>The first variable is $echo and should be set to true, otherwise the function doesn&#8217;t echo anything back.  Pagination doesn&#8217;t work either so I set my $per_page to 100 which is more than enough to display all the products that may come up (you can set it to whatever you need).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jafar</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-30577</link>
		<dc:creator>jafar</dc:creator>
		<pubDate>Wed, 01 Aug 2012 06:02:40 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-30577</guid>
		<description><![CDATA[i have downloaded the plugin and just trying to get it to work right on my web site. i&#039;m building a multi-site web site with many store in it. and want to display global products not just products on the main site. and i want it to pick products from all the categories.this is the short code that we are all given. 

[mp_product_grid paginate=&quot;true&quot; page=&quot;1&quot; per_page=&quot;10&quot; order_by=&quot;price&quot; order=&quot;DESC&quot; category=&quot;downloads&quot;] 

but want to change it like this will it work?

[mp_list_global_product_grid paginate=&quot;true&quot; page=&quot;1&quot; per_page=&quot;10&quot; order_by=&quot;random&quot; order=&quot;DESC&quot; category=&quot;all&quot;]

i am very new to playing with code but i don&#039;t fear it lol thanks for any feed back you can give. 

jafar]]></description>
		<content:encoded><![CDATA[<p>i have downloaded the plugin and just trying to get it to work right on my web site. i&#8217;m building a multi-site web site with many store in it. and want to display global products not just products on the main site. and i want it to pick products from all the categories.this is the short code that we are all given. </p>
<p>[mp_product_grid paginate="true" page="1" per_page="10" order_by="price" order="DESC" category="downloads"] </p>
<p>but want to change it like this will it work?</p>
<p>[mp_list_global_product_grid paginate="true" page="1" per_page="10" order_by="random" order="DESC" category="all"]</p>
<p>i am very new to playing with code but i don&#8217;t fear it lol thanks for any feed back you can give. </p>
<p>jafar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roxana</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-27071</link>
		<dc:creator>Roxana</dc:creator>
		<pubDate>Wed, 27 Jun 2012 04:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-27071</guid>
		<description><![CDATA[How do I add this grid so that it displays with my product categories too??? Because when I click on product category, the normal layout appears :/]]></description>
		<content:encoded><![CDATA[<p>How do I add this grid so that it displays with my product categories too??? Because when I click on product category, the normal layout appears :/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-27054</link>
		<dc:creator>Jan</dc:creator>
		<pubDate>Tue, 26 Jun 2012 21:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-27054</guid>
		<description><![CDATA[Good afternoon, Chris!  I tell you, I am so excited to be able to list a grid for products in my site, but in Pagelines framework it only lists items down the page.  I can screen shot it for you, I&#039;m working on a local development copy.  Code added to shop page: [mp_product_grid paginate=&quot;true&quot; page=&quot;1&quot; per_page=&quot;10&quot; order_by=&quot;price&quot; order=&quot;DESC&quot; category=&quot;seeded-paper&quot;]
image uploaded to www.parcledgardens.com/grid_issue.png

Thanks!]]></description>
		<content:encoded><![CDATA[<p>Good afternoon, Chris!  I tell you, I am so excited to be able to list a grid for products in my site, but in Pagelines framework it only lists items down the page.  I can screen shot it for you, I&#8217;m working on a local development copy.  Code added to shop page: [mp_product_grid paginate="true" page="1" per_page="10" order_by="price" order="DESC" category="seeded-paper"]<br />
image uploaded to <a href="http://www.parcledgardens.com/grid_issue.png"  rel="lightbox[1753]">http://www.parcledgardens.com/grid_issue.png</a></p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dreamwc</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-24673</link>
		<dc:creator>dreamwc</dc:creator>
		<pubDate>Sat, 09 Jun 2012 12:01:45 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-24673</guid>
		<description><![CDATA[plugin not working at all, not displaying a grid. This is something that Marketpress should have had built in from the beginning. VERY frustrating! Thanks for your efforts.]]></description>
		<content:encoded><![CDATA[<p>plugin not working at all, not displaying a grid. This is something that Marketpress should have had built in from the beginning. VERY frustrating! Thanks for your efforts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-21529</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Wed, 23 May 2012 05:15:33 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-21529</guid>
		<description><![CDATA[Hey Chris,

I had the same problem. if you notice, the rows that have 3 items in them have product names with 3 line in the rows above them.  What I did was go into the CSS and give the boxes a difined height (don&#039;t remember exactly what maybe 270px?).  Now I get the same number in each row.  I used Firefox and Fifebug to locate the exact CSS style to edit.]]></description>
		<content:encoded><![CDATA[<p>Hey Chris,</p>
<p>I had the same problem. if you notice, the rows that have 3 items in them have product names with 3 line in the rows above them.  What I did was go into the CSS and give the boxes a difined height (don&#8217;t remember exactly what maybe 270px?).  Now I get the same number in each row.  I used Firefox and Fifebug to locate the exact CSS style to edit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sparker</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-20718</link>
		<dc:creator>sparker</dc:creator>
		<pubDate>Fri, 18 May 2012 11:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-20718</guid>
		<description><![CDATA[how did you get the columns to work? i still only have the signal product list :-(]]></description>
		<content:encoded><![CDATA[<p>how did you get the columns to work? i still only have the signal product list <img src='http://allaboutchris.org/w/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sparker</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-20716</link>
		<dc:creator>sparker</dc:creator>
		<pubDate>Fri, 18 May 2012 11:33:12 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-20716</guid>
		<description><![CDATA[Hi, 

I’ve installed your plug-in, I love MarketPress and I was hoping someone would do a grid shortcode soon. I’ve activated it and added the new code but it is still showing as a signal product list… someone please tell me what I’m doing wrong???]]></description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I’ve installed your plug-in, I love MarketPress and I was hoping someone would do a grid shortcode soon. I’ve activated it and added the new code but it is still showing as a signal product list… someone please tell me what I’m doing wrong???</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JOSH</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-20534</link>
		<dc:creator>JOSH</dc:creator>
		<pubDate>Thu, 17 May 2012 00:20:50 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-20534</guid>
		<description><![CDATA[http://www.aegeiaskincare.org/products/ ANY THOUGHTS AS TO WHY THE PRODUCTS ARE NOT LAYING OUT AS A GRID? SORRY... STILL NEW AT THIS PART.]]></description>
		<content:encoded><![CDATA[<p><a href="http://www.aegeiaskincare.org/products/" >http://www.aegeiaskincare.org/products/</a> ANY THOUGHTS AS TO WHY THE PRODUCTS ARE NOT LAYING OUT AS A GRID? SORRY&#8230; STILL NEW AT THIS PART.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kory</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-20518</link>
		<dc:creator>Kory</dc:creator>
		<pubDate>Wed, 16 May 2012 21:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-20518</guid>
		<description><![CDATA[I&#039;m wondering how to use a template tag instead of the shortcode to initiate the grid view.  My goal is to replace the default mp_category.php display with the grid display.

Would calling the mp_product_grid_sc() function in the page template be the right place to start?]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m wondering how to use a template tag instead of the shortcode to initiate the grid view.  My goal is to replace the default mp_category.php display with the grid display.</p>
<p>Would calling the mp_product_grid_sc() function in the page template be the right place to start?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dilshad Ahmed</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-17883</link>
		<dc:creator>Dilshad Ahmed</dc:creator>
		<pubDate>Sat, 28 Apr 2012 10:01:55 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-17883</guid>
		<description><![CDATA[Hi,
How to get product posts category name, that post upload from marketpress oscommerce plugin.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
How to get product posts category name, that post upload from marketpress oscommerce plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harold Martin</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-17810</link>
		<dc:creator>Harold Martin</dc:creator>
		<pubDate>Fri, 27 Apr 2012 18:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-17810</guid>
		<description><![CDATA[Love the plug Chris. Curious though how I can use this shortcode on my store itself. I have it on the main page but wanting to do a grid on the individual store pages (ex. http://www.iarugged.com/store/products/category/camping-outdoors-gear/). No tsure how I can go about doing this. Thanks again for the great plugin.]]></description>
		<content:encoded><![CDATA[<p>Love the plug Chris. Curious though how I can use this shortcode on my store itself. I have it on the main page but wanting to do a grid on the individual store pages (ex. <a href="http://www.iarugged.com/store/products/category/camping-outdoors-gear/" >http://www.iarugged.com/store/products/category/camping-outdoors-gear/</a>). No tsure how I can go about doing this. Thanks again for the great plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tusar Ranjan Rath</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-15844</link>
		<dc:creator>Tusar Ranjan Rath</dc:creator>
		<pubDate>Thu, 12 Apr 2012 15:58:27 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-15844</guid>
		<description><![CDATA[Hi

I am working with a project and am using Marketpress lite. I want to use your plugin aswell. But how to show the products list on the home page?? 

I tried with market-press and got the success. but the pagination is not working on the home page, rather is working on teh product category pages. I want to try out with your plugin to see if the pagination is working or not.

My requirement is only the pagination to work. Do help me please.]]></description>
		<content:encoded><![CDATA[<p>Hi</p>
<p>I am working with a project and am using Marketpress lite. I want to use your plugin aswell. But how to show the products list on the home page?? </p>
<p>I tried with market-press and got the success. but the pagination is not working on the home page, rather is working on teh product category pages. I want to try out with your plugin to see if the pagination is working or not.</p>
<p>My requirement is only the pagination to work. Do help me please.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-15175</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 05 Apr 2012 10:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-15175</guid>
		<description><![CDATA[Choose the page where you want products to appear, then put in that short code.

What page you you currently have set up to show your product listings? Go to that one, and replace the MarketPress code with the Grid one.]]></description>
		<content:encoded><![CDATA[<p>Choose the page where you want products to appear, then put in that short code.</p>
<p>What page you you currently have set up to show your product listings? Go to that one, and replace the MarketPress code with the Grid one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rebekah</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-15160</link>
		<dc:creator>Rebekah</dc:creator>
		<pubDate>Thu, 05 Apr 2012 03:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-15160</guid>
		<description><![CDATA[I activated the plugin, but my products still show up in a list format. You mentioned about adding a short code - I just don&#039;t know where I am suppose to put the short code?? (sorry I&#039;m a newbie too)]]></description>
		<content:encoded><![CDATA[<p>I activated the plugin, but my products still show up in a list format. You mentioned about adding a short code &#8211; I just don&#8217;t know where I am suppose to put the short code?? (sorry I&#8217;m a newbie too)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-14458</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 29 Mar 2012 09:46:58 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-14458</guid>
		<description><![CDATA[Sorry, not quite sure what you mean. It should work as in the example above - &lt;code&gt;[mp_product_grid paginate=&quot;true&quot; page=&quot;1&quot; per_page=&quot;10&quot; order_by=&quot;price&quot; order=&quot;DESC&quot; category=&quot;downloads&quot;]&lt;/code&gt;]]></description>
		<content:encoded><![CDATA[<p>Sorry, not quite sure what you mean. It should work as in the example above -</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">[mp_product_grid paginate=&quot;true&quot; page=&quot;1&quot; per_page=&quot;10&quot; order_by=&quot;price&quot; order=&quot;DESC&quot; category=&quot;downloads&quot;]</div></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-14457</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 29 Mar 2012 09:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-14457</guid>
		<description><![CDATA[I&#039;ve had issues with a couple of themes and the css. Glad its working now!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve had issues with a couple of themes and the css. Glad its working now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mebsy</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-14188</link>
		<dc:creator>Mebsy</dc:creator>
		<pubDate>Tue, 27 Mar 2012 07:26:18 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-14188</guid>
		<description><![CDATA[Thanks much! I was baffled as to why this worked perfectly in Thesis but was unusable in the Edu-Clean theme. CSS change did the trick!]]></description>
		<content:encoded><![CDATA[<p>Thanks much! I was baffled as to why this worked perfectly in Thesis but was unusable in the Edu-Clean theme. CSS change did the trick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabio</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-13761</link>
		<dc:creator>Fabio</dc:creator>
		<pubDate>Fri, 23 Mar 2012 17:01:49 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-13761</guid>
		<description><![CDATA[where should I put the optional attributes?

thanks]]></description>
		<content:encoded><![CDATA[<p>where should I put the optional attributes?</p>
<p>thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-12950</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 17 Mar 2012 18:40:29 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-12950</guid>
		<description><![CDATA[Hey Becky, sorry, I&#039;m not quite sure what you mean. You just need to upload the zip file, it&#039;s only about 3kb, its tiny. It&#039;s called marketpress-grid.zip. You can download it directly here - &lt;a href=&quot;http://allaboutchris.org/?download=MarketPress%20Grid%20plugin&quot; title=&quot;http://allaboutchris.org/?download=MarketPress%20Grid%20plugin&quot; rel=&quot;nofollow&quot;&gt;http://allaboutchris.org/?download=MarketPress%20Grid%20plugin&lt;/a&gt;.]]></description>
		<content:encoded><![CDATA[<p>Hey Becky, sorry, I&#8217;m not quite sure what you mean. You just need to upload the zip file, it&#8217;s only about 3kb, its tiny. It&#8217;s called marketpress-grid.zip. You can download it directly here &#8211; <a href="http://allaboutchris.org/?download=MarketPress%20Grid%20plugin" title="http://allaboutchris.org/?download=MarketPress%20Grid%20plugin" >http://allaboutchris.org/?download=MarketPress%20Grid%20plugin</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: becky</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-12939</link>
		<dc:creator>becky</dc:creator>
		<pubDate>Sat, 17 Mar 2012 15:38:52 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-12939</guid>
		<description><![CDATA[Hi Chris,
I want the plugin on my home and products page.  I would really like to find your plugin on the wordpress plugin page what&#039;s the exact name of it so I can upload it on my dashboard instead of uploading it on my computer because the zip file is too big and it won&#039;t allow me to upload it, it separates as I do that and can&#039;t get all the files together to upload it. Thanks a ton]]></description>
		<content:encoded><![CDATA[<p>Hi Chris,<br />
I want the plugin on my home and products page.  I would really like to find your plugin on the wordpress plugin page what&#8217;s the exact name of it so I can upload it on my dashboard instead of uploading it on my computer because the zip file is too big and it won&#8217;t allow me to upload it, it separates as I do that and can&#8217;t get all the files together to upload it. Thanks a ton</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sol</title>
		<link>http://allaboutchris.org/marketpress-product-grid-shortcode-plugin/comment-page-1/#comment-12865</link>
		<dc:creator>Sol</dc:creator>
		<pubDate>Fri, 16 Mar 2012 21:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://allaboutchris.org/?page_id=1753#comment-12865</guid>
		<description><![CDATA[So, this is probably a newbie question. But how do I dictate the number of columns I want? Right now, I have 9 products that I want on a 3x3 grid, but they are stuck in 4 columns instead.

Thanks!]]></description>
		<content:encoded><![CDATA[<p>So, this is probably a newbie question. But how do I dictate the number of columns I want? Right now, I have 9 products that I want on a 3&#215;3 grid, but they are stuck in 4 columns instead.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
