<?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: How to change the order of Featured Media entries in a Slideshow?</title>
		<link>http://www.kriesi.at/support/topic/how-to-change-the-order-of-featured-media-entries-in-a-slideshow</link>
		<description>Support Forum - Topic: How to change the order of Featured Media entries in a Slideshow?</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 08:02:59 +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/how-to-change-the-order-of-featured-media-entries-in-a-slideshow" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to change the order of Featured Media entries in a Slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-order-of-featured-media-entries-in-a-slideshow#post-65655</link>
			<pubDate>Sun, 15 Jul 2012 11:45:03 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">65655@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;br /&#62;
You can reverse the slides order with a small code customization. velvet doesn't offer a &#34;reorder slides&#34; feature though. Open up velvet/includes/helper-slideshow.php and replace following line:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;slides 		= avia_post_meta($this-&#38;gt;post_id, &#38;#39;slideshow&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;slides 		= avia_post_meta($this-&#38;gt;post_id, &#38;#39;slideshow&#38;#39;);
$this-&#38;gt;slides = array_reverse($this-&#38;gt;slides);&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>doppel on "How to change the order of Featured Media entries in a Slideshow?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-change-the-order-of-featured-media-entries-in-a-slideshow#post-65645</link>
			<pubDate>Sun, 15 Jul 2012 10:40:01 +0000</pubDate>
			<dc:creator>doppel</dc:creator>
			<guid isPermaLink="false">65645@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When using a slideshow for news-like items, it is a problem that it shows the last entry, well, last :-) &#60;/p&#62;
&#60;p&#62;It is possible to enter new entries between existing ones - but not before the first one.&#60;/p&#62;
&#60;p&#62;Solution could be be to simply reverse the order? Or an actual theme fix, placing an &#34;add new&#34; icon before the first entry (the green &#34;+&#34; icon)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
