<?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: next arrow in slider goes to footer instead of the next post</title>
		<link>http://www.themolitor.com/forums/topic/next-arrow-in-slider-goes-to-footer-instead-of-the-next-post</link>
		<description>THE MOLITOR FORUMS &#187; Topic: next arrow in slider goes to footer instead of the next post</description>
		<language>en-US</language>
		<pubDate>Wed, 06 May 2026 01:34:19 +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/next-arrow-in-slider-goes-to-footer-instead-of-the-next-post" rel="self" type="application/rss+xml" />

		<item>
			<title>THE MOLITOR on "next arrow in slider goes to footer instead of the next post"</title>
			<link>http://www.themolitor.com/forums/topic/next-arrow-in-slider-goes-to-footer-instead-of-the-next-post#post-29276</link>
			<pubDate>Thu, 15 May 2014 09:09:29 +0000</pubDate>
			<dc:creator>THE MOLITOR</dc:creator>
			<guid isPermaLink="false">29276@http://www.themolitor.com/forums/</guid>
			<description><p>Hi there,</p>
<p>Sorry, but that goes beyond the level of support I'm able to provide here in the forums. Something like this requires research, testing and custom code, so I'll have to refer you to the customization request form: <a href="http://themolitor.com/customization-request" rel="nofollow">http://themolitor.com/customization-request</a></p>
<p>Hope you understand.</p>
<p>Thanks!</p>
<p>Chris
</p></description>
		</item>
		<item>
			<title>dalamouti on "next arrow in slider goes to footer instead of the next post"</title>
			<link>http://www.themolitor.com/forums/topic/next-arrow-in-slider-goes-to-footer-instead-of-the-next-post#post-29268</link>
			<pubDate>Thu, 15 May 2014 07:53:20 +0000</pubDate>
			<dc:creator>dalamouti</dc:creator>
			<guid isPermaLink="false">29268@http://www.themolitor.com/forums/</guid>
			<description><p>I am trying to costumize the main Index Template so that the post slider is the first thing that shows. I have got to the point where you can see the slider when you click on the main Index Template but for some reason the back and fort arrow bring up the footer as well as showing the next post. I have copied the adjusted version of the coding below. Can you please advise me on how to fix this issue. </p>
<pre><code>&#60;?php
get_header(); 

//VAR SETUP
$sliderCat = get_option(&#039;themolitor_slider_category&#039;);
$catBg = get_tax_meta($sliderCat,&#039;cat_bg&#039;);
$sliderNum = get_theme_mod(&#039;themolitor_customizer_slider_number&#039;);
$welcomeMsg = get_theme_mod(&#039;themolitor_customizer_welcome&#039;);
	if(!$welcomeMsg){$welcomeMsg = get_bloginfo(&#039;description&#039;);}
	$panelId = &#039;welcome&#039;;
	$panelClass = &#039;&#039;;
	$panelContent =  &#039;&#60;h1&#62;&#039;.$welcomeMsg.&#039;&#60;/h1&#62;&#039;;
?&#62;

&#60;div id=&#34;topPanel&#34;&#62;
&#60;div id=&#34;sliderContainer&#34;&#62;
&#60;div id=&#34;innerSlider&#34;&#62;
&#60;div class=&#34;innerSection&#34;&#62;
		&#60;div id=&#34;homeSlider&#34;&#62;

&#60;ul&#62;
		&#60;?php
		$temp = $wp_query;
		$wp_query= null;
		$wp_query = new WP_Query();
		$wp_query-&#62;query(&#039;cat=&#039;.$sliderCat.&#039;&#38;posts_per_page=&#039;.$sliderNum);
		while ($wp_query-&#62;have_posts()) : $wp_query-&#62;the_post();
		$data = get_post_meta( $post-&#62;ID, &#039;key&#039;, true );
		if(isset($data[ &#039;custom-background&#039; ])){$backImage = $data[ &#039;custom-background&#039; ];}
		?&#62;
		&#60;li class=&#34;homeSlide&#34;&#62;
			&#60;?php if ( has_post_thumbnail() ) { ?&#62;
			&#60;a&#62;&#34;&#62;&#60;?php the_post_thumbnail(&#039;post-thumbnail&#039;,array(&#039;title&#039; =&#62; get_the_title())); ?&#62;&#60;/a&#62;
			&#60;?php } ?&#62;

			&#60;div class=&#34;slideDetails&#34;&#62;
				&#60;h2 class=&#34;posttitle&#34;&#62;&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to &#60;?php the_title_attribute(); ?&#62;&#34;&#62;&#60;?php the_title();?&#62;&#60;/a&#62;&#60;/h2&#62;
				&#60;?php the_excerpt();?&#62;
				&#60;a&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to &#60;?php the_title_attribute(); ?&#62;&#34;&#62;&#60;?php _e(&#039;Continue&#039;,&#039;themolitor&#039;);?&#62;&#60;/a&#62;
			&#60;/div&#62;&#60;!--end slideDetails--&#62;

        	&#60;span&#62;&#60;?php echo $backImage;?&#62;&#60;img src=&#34;&#60;?php echo $backImage;?&#62;&#34; /&#62;&#60;/span&#62;

			&#60;div class=&#34;clear&#34;&#62;&#60;/div&#62;
		&#60;!--end homeSlide--&#62;
		&#60;?php
		endwhile;
		$wp_query = null; $wp_query = $temp;
		?&#62;
		&#60;!--VIEW ALL CATEGORY SLIDE--&#62;
		&#60;li class=&#34;homeSlide&#34; id=&#34;catSlide&#34;&#62;
			&#60;div class=&#34;slideDetails&#34;&#62;
				&#60;h2 class=&#34;posttitle&#34;&#62;&#60;a&#62;&#34;&#62;&#60;?php echo get_cat_name($sliderCat);?&#62;&#60;/a&#62;&#60;/h2&#62;
				&#60;?php echo category_description($sliderCat); ?&#62;
				&#60;a&#62;&#34;&#62;&#60;?php _e(&#039;View All&#039;,&#039;themolitor&#039;);?&#62;&#60;/a&#62;
			&#60;/div&#62;&#60;!--end slideDetails--&#62;
			&#60;span&#62;&#60;?php echo $catBg;?&#62;&#60;/span&#62;
		&#60;!--END VIEW ALL CATEGORY SLIDE--&#62;
	&#60;/ul&#62;
	&#60;!--SLIDER ARROWS--&#62;
	&#60;a href=&#34;#&#34;&#62;←&#60;/a&#62;
	&#60;a href=&#34;#&#34;&#62;→&#60;/a&#62;

	&#60;/div&#62;&#60;!--end homeSlider--&#62;

	&#60;!--SLIDE INDICATORS--&#62;
	&#60;ul id=&#34;homeSlideNav&#34;&#62;

&#60;/div&#62;&#60;!--end innerSection--&#62;
&#60;/div&#62;&#60;!--end innerSlider--&#62;
&#60;/div&#62;&#60;!--end sliderContainer--&#62;
&#60;/div&#62;&#60;!--end topPanel--&#62;

&#60;?php get_footer(); ?&#62;</code></pre></description>
		</item>

	</channel>
</rss>
