<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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">
	<channel>
		<title>Support Forum - Topic: Order of product gallery</title>
		<link>http://www.kriesi.at/support/topic/order-of-product-gallery</link>
		<description>Support Forum - Topic: Order of product gallery</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 05:56:09 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/order-of-product-gallery" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Order of product gallery"</title>
			<link>http://www.kriesi.at/support/topic/order-of-product-gallery#post-76901</link>
			<pubDate>Sat, 22 Sep 2012 08:21:57 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">76901@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Thanks for the code snippet :) &#60;/p&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>whatsonsale on "Order of product gallery"</title>
			<link>http://www.kriesi.at/support/topic/order-of-product-gallery#post-76757</link>
			<pubDate>Fri, 21 Sep 2012 03:04:17 +0000</pubDate>
			<dc:creator>whatsonsale</dc:creator>
			<guid isPermaLink="false">76757@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;Yes just add the two lines of code into the file you mentioned so it looks like this... and it works..&#60;/p&#62;
&#60;p&#62;if (!function_exists('woocommerce_show_product_thumbnails')) {&#60;br /&#62;
	function woocommerce_show_product_thumbnails() {&#60;/p&#62;
&#60;p&#62;		global $_product, $post;&#60;/p&#62;
&#60;p&#62;		echo '&#38;lt;div class=&#34;thumbnails&#34;&#38;gt;';&#60;/p&#62;
&#60;p&#62;		$thumb_id = get_post_thumbnail_id();&#60;br /&#62;
		$small_thumbnail_size = apply_filters('single_product_small_thumbnail_size', 'shop_thumbnail');&#60;br /&#62;
		$args = array(&#60;br /&#62;
			'orderby' 	=&#38;gt; 'menu_order',&#60;br /&#62;
 			'order' 	=&#38;gt; 'ASC',&#60;br /&#62;
			'post_type' 	=&#38;gt; 'attachment',&#60;br /&#62;
			'numberposts' 	=&#38;gt; -1,&#60;br /&#62;
			'post_status' 	=&#38;gt; null,&#60;br /&#62;
			'post_parent' 	=&#38;gt; $post-&#38;gt;ID,&#60;br /&#62;
			'post__not_in'	=&#38;gt; array($thumb_id),&#60;br /&#62;
			'post_mime_type' =&#38;gt; 'image',&#60;br /&#62;
			'meta_query' 	=&#38;gt; array(&#60;br /&#62;
				array(
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Order of product gallery"</title>
			<link>http://www.kriesi.at/support/topic/order-of-product-gallery#post-36114</link>
			<pubDate>Thu, 29 Dec 2011 18:04:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36114@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm sorry but I don't think it's easily possible to order the attached images. Maybe there's a plugin out there which can do this but I haven't used one yet.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Order of product gallery"</title>
			<link>http://www.kriesi.at/support/topic/order-of-product-gallery#post-36088</link>
			<pubDate>Thu, 29 Dec 2011 14:07:33 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">36088@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It looks like that plugin just orders products?&#60;/p&#62;
&#60;p&#62;I'm looking to order the thumbnail photos that show below the featured photo next to a simple product. See this screenshot, I would like to order the many thumbnails photos that show below the main product photo, the drag/move in the WordPress gallery doesn't seem to work.&#60;/p&#62;
&#60;p&#62;&#60;img src=&#34;http://www.choucashats.com/screen-shot-gallery-order.jpg&#34; /&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Order of product gallery"</title>
			<link>http://www.kriesi.at/support/topic/order-of-product-gallery#post-36073</link>
			<pubDate>Thu, 29 Dec 2011 11:37:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">36073@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use plugins like. &#60;a href=&#34;http://www.visser.com.au/woocommerce/plugins/super-sort/&#34; rel=&#34;nofollow&#34;&#62;http://www.visser.com.au/woocommerce/plugins/super-sort/&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wildrays on "Order of product gallery"</title>
			<link>http://www.kriesi.at/support/topic/order-of-product-gallery#post-36016</link>
			<pubDate>Thu, 29 Dec 2011 00:36:08 +0000</pubDate>
			<dc:creator>wildrays</dc:creator>
			<guid isPermaLink="false">36016@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I was wondering if it was possible to order the product (just a simple product) gallery images in a certain way? I've tried the select/drag in the WordPress gallery, but it doesn't affect the product thumbnails.&#60;/p&#62;
&#60;p&#62;I found this thread on WooThemes for one of their themes:&#60;br /&#62;
&#60;a href=&#34;http://www.woothemes.com/support-forum/?viewtopic=63786&#34; rel=&#34;nofollow&#34;&#62;http://www.woothemes.com/support-forum/?viewtopic=63786&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Would it be as simple as adding:&#60;br /&#62;
'orderby' =&#38;gt; 'menu_order'&#60;br /&#62;
'order' =&#38;gt; 'ASC'&#60;/p&#62;
&#60;p&#62;to a certain line in the woocommerce_template_functions.php file? Or does one of the Adundance theme files need to be modified?&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
