<?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: Reverse order of Flexible Grid gallery?</title>
		<link>http://www.kriesi.at/support/topic/reverse-order-of-flexible-grid-gallery</link>
		<description>Support Forum - Topic: Reverse order of Flexible Grid gallery?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 02:14:57 +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/reverse-order-of-flexible-grid-gallery" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Reverse order of Flexible Grid gallery?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-order-of-flexible-grid-gallery#post-38719</link>
			<pubDate>Wed, 25 Jan 2012 21:47:02 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">38719@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
open up flashlight/includes/helper-slideshow.php and replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$attachments = get_children(array(&#38;#39;post_parent&#38;#39; =&#38;gt; $attachment_holder[&#38;#39;ID&#38;#39;],
                        &#38;#39;post_status&#38;#39; =&#38;gt; &#38;#39;inherit&#38;#39;,
                        &#38;#39;post_type&#38;#39; =&#38;gt; &#38;#39;attachment&#38;#39;,
                        &#38;#39;post_mime_type&#38;#39; =&#38;gt; &#38;#39;image&#38;#39;,
                        &#38;#39;order&#38;#39; =&#38;gt; &#38;#39;ASC&#38;#39;,
                        &#38;#39;orderby&#38;#39; =&#38;gt; &#38;#39;menu_order ID&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$attachments = get_children(array(&#38;#39;post_parent&#38;#39; =&#38;gt; $attachment_holder[&#38;#39;ID&#38;#39;],
                        &#38;#39;post_status&#38;#39; =&#38;gt; &#38;#39;inherit&#38;#39;,
                        &#38;#39;post_type&#38;#39; =&#38;gt; &#38;#39;attachment&#38;#39;,
                        &#38;#39;post_mime_type&#38;#39; =&#38;gt; &#38;#39;image&#38;#39;,
                        &#38;#39;order&#38;#39; =&#38;gt; &#38;#39;DESC&#38;#39;,
                        &#38;#39;orderby&#38;#39; =&#38;gt; &#38;#39;menu_order ID&#38;#39;));&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This should reverse the order.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>spiteyourface on "Reverse order of Flexible Grid gallery?"</title>
			<link>http://www.kriesi.at/support/topic/reverse-order-of-flexible-grid-gallery#post-38689</link>
			<pubDate>Wed, 25 Jan 2012 17:12:27 +0000</pubDate>
			<dc:creator>spiteyourface</dc:creator>
			<guid isPermaLink="false">38689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
Like the title says, is there a way to reverse the order of a flexible grid gallery in Flashlight, so that it displays newest images first (top) and oldest last (bottom)?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
