<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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>THE MOLITOR FORUMS &#187; Topic: Slider Order</title>
		<link>http://www.themolitor.com/forums/topic/slider-order-2</link>
		<description>THE MOLITOR FORUMS &#187; Topic: Slider Order</description>
		<language>en-US</language>
		<pubDate>Wed, 29 Apr 2026 05:57:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.themolitor.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.themolitor.com/forums/rss/topic/slider-order-2" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "Slider Order"</title>
			<link>http://www.themolitor.com/forums/topic/slider-order-2#post-26454</link>
			<pubDate>Fri, 17 Jan 2014 09:58:03 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">26454@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Thanks for following up!</p>
<p>For reference, here is the FAQ thread for this: <a href="http://www.themolitor.com/forums/topic/slider-order" rel="nofollow">http://www.themolitor.com/forums/topic/slider-order</a></p>
<p>I'll close this thread for now.</p>
<p>Best,</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>copephotos on "Slider Order"</title>
			<link>http://www.themolitor.com/forums/topic/slider-order-2#post-26448</link>
			<pubDate>Thu, 16 Jan 2014 17:07:08 +0000</pubDate>
			<dc:creator>copephotos</dc:creator>
			<guid isPermaLink="false">26448@http://www.themolitor.com/forums/</guid>
			<description><p>found this code from another thread which fixed my problem</p>
<pre><code>&#60;?php
//VAR SETUP
$sliderCat = get_option(&#039;themolitor_slider_category&#039;);
$sliderNumber = get_theme_mod(&#039;themolitor_customizer_slider_number&#039;);
?&#62;

&#60;!--SLIDER--&#62;
&#60;div id=&#34;slider&#34;&#62;
	&#60;ul class=&#34;slides&#34;&#62;
		&#60;?php
		$showPostsInCategory = new WP_Query(); $showPostsInCategory-&#62;query(&#039;order=ASC&#38;cat=&#039;.$sliderCat.&#039;&#38;showposts=&#039;.$sliderNumber);
		if ($showPostsInCategory-&#62;have_posts()) :
		while ($showPostsInCategory-&#62;have_posts()) : $showPostsInCategory-&#62;the_post();
		if(strtotime(get_the_time(&#039;Y-m-d&#039;)) &#62;= strtotime(date(&#039;Y-m-d&#039;))){
		?&#62;

&#60;li&#62;
			&#60;div class=&#34;sliderInfo&#34;&#62;
				&#60;a&#62;&#34;&#62;&#60;?php the_title();?&#62;&#60;/a&#62;
				&#60;div class=&#34;sliderDate&#34;&#62;&#60;?php echo get_the_time(&#039;m.d.Y&#039;); ?&#62;&#60;/div&#62;
			&#60;/div&#62;
			&#60;?php the_post_thumbnail(&#039;slider&#039;); ?&#62;
		&#60;/li&#62;
		&#60;?php }	endwhile; endif; ?&#62;

&#60;/div&#62;</code></pre></description>
		</item>
		<item>
			<title>copephotos on "Slider Order"</title>
			<link>http://www.themolitor.com/forums/topic/slider-order-2#post-26447</link>
			<pubDate>Thu, 16 Jan 2014 16:58:00 +0000</pubDate>
			<dc:creator>copephotos</dc:creator>
			<guid isPermaLink="false">26447@http://www.themolitor.com/forums/</guid>
			<description><p>Hi There,<br />
is there a way to change the order of the slider images? It seems like it goes by most recent to oldest posted events. I'd like the older posts, or the events happening soonest, to display first on the slider.</p>
<p>Thanks for a great theme and thanks in advance for your help.
</p></description>
		</item>

	</channel>
</rss>
