<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>Move Post Carousel To Bottom of page &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/feed/</link>
		<description></description>
		<lastBuildDate>Mon, 13 Oct 2025 20:19:28 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/#post-263138</guid>
					<title><![CDATA[Move Post Carousel To Bottom of page]]></title>
					<link>https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/#post-263138</link>
					<pubDate>Fri, 01 May 2015 14:47:54 +0000</pubDate>
					<dc:creator>Alex</dc:creator>

					<description>
						<![CDATA[
						<p>Is it possible to do something like this with the post carousel on my home page only?<br />
<a href="http://prntscr.com/70ag79" rel="nofollow">http://prntscr.com/70ag79</a></p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/#post-263362</guid>
					<title><![CDATA[Reply To: Move Post Carousel To Bottom of page]]></title>
					<link>https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/#post-263362</link>
					<pubDate>Fri, 01 May 2015 22:10:28 +0000</pubDate>
					<dc:creator>Prasant Rai</dc:creator>

					<description>
						<![CDATA[
						<p>Hello Alex,</p>
<p>Thanks for writing in!</p>
<p>Kindly walk-through the following thread to implement post carousel in footer section of the page:</p>
<p><a href="https://theme.co/x/member/forums/topic/post-carousel-in-widget-footer-area/#post-135095" rel="nofollow">https://theme.co/x/member/forums/topic/post-carousel-in-widget-footer-area/#post-135095</a></p>
<p>Hope that helps.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/#post-265211</guid>
					<title><![CDATA[Reply To: Move Post Carousel To Bottom of page]]></title>
					<link>https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/#post-265211</link>
					<pubDate>Mon, 04 May 2015 18:39:20 +0000</pubDate>
					<dc:creator>Alex</dc:creator>

					<description>
						<![CDATA[
						<p>How can I implement this change to only be on the home page? all other pages to be as they are now. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/#post-265322</guid>
					<title><![CDATA[Reply To: Move Post Carousel To Bottom of page]]></title>
					<link>https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/#post-265322</link>
					<pubDate>Mon, 04 May 2015 20:46:22 +0000</pubDate>
					<dc:creator>Darshana</dc:creator>

					<description>
						<![CDATA[
						<p>Hi there, </p>
<p>Please find the following line in your <strong>wp-footer.php</strong> file.</p>
<p><code>&lt;?php x_get_view( &#039;ethos&#039;, &#039;_post&#039;, &#039;carousel&#039; ); ?&gt;</code></p>
<p>Then replace it with the following code. </p>
<pre><code>
&lt;?php
if ( is_home() ) :
  x_get_view( &#039;ethos&#039;, &#039;_post&#039;, &#039;carousel&#039; );
endif;
?&gt;
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/#post-265500</guid>
					<title><![CDATA[Reply To: Move Post Carousel To Bottom of page]]></title>
					<link>https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/#post-265500</link>
					<pubDate>Tue, 05 May 2015 02:42:26 +0000</pubDate>
					<dc:creator>Alex</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m using a child theme. I searched for a related article on how to set up a &#8220;child&#8221; wp-footer.php file but couldnt find anything. I just copied the footer.php folder into my child theme. Is this the correct way of doing it? Also is the wp-footer.php and footer.php the same? I cant seem to find a wp-footer.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/#post-265633</guid>
					<title><![CDATA[Reply To: Move Post Carousel To Bottom of page]]></title>
					<link>https://theme.co/archive/forums/topic/move-post-carousel-to-bottom-of-page/#post-265633</link>
					<pubDate>Tue, 05 May 2015 07:59:01 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Alex,</p>
<p>Sorry for the confusion.</p>
<p>Please create the file wp-footer.php in wp-content/themes/x-child/framework/views/ethos<br />
and copy the code below into that file.</p>
<pre><code>
&lt;?php

// =============================================================================
// VIEWS/ETHOS/WP-FOOTER.PHP
// -----------------------------------------------------------------------------
// Footer output for Ethos.
// =============================================================================

?&gt;

  &lt;?php x_get_view( &#039;global&#039;, &#039;_header&#039;, &#039;widget-areas&#039; ); ?&gt;
  &lt;?php x_get_view( &#039;global&#039;, &#039;_footer&#039;, &#039;scroll-top&#039; ); ?&gt;
  &lt;?php x_get_view( &#039;global&#039;, &#039;_footer&#039;, &#039;widget-areas&#039; ); ?&gt;
  &lt;?php if(is_front_page()):?&gt;
  &lt;?php x_get_view( &#039;ethos&#039;, &#039;_post&#039;, &#039;carousel&#039; ); ?&gt;
  &lt;?php endif; ?&gt;
  &lt;?php if ( x_get_option( &#039;x_footer_bottom_display&#039;, &#039;1&#039; ) == &#039;1&#039; ) : ?&gt;

    &lt;footer class=&quot;x-colophon bottom&quot; role=&quot;contentinfo&quot;&gt;
      &lt;div class=&quot;x-container max width&quot;&gt;

        &lt;?php if ( x_get_option( &#039;x_footer_content_display&#039;, &#039;1&#039; ) == &#039;1&#039; ) : ?&gt;
          &lt;div class=&quot;x-colophon-content&quot;&gt;
            &lt;?php echo x_get_option( &#039;x_footer_content&#039; ); ?&gt;
          &lt;/div&gt;
        &lt;?php endif; ?&gt;

        &lt;?php if ( x_get_option( &#039;x_footer_menu_display&#039;, &#039;1&#039; ) == &#039;1&#039; ) : ?&gt;
          &lt;?php x_get_view( &#039;global&#039;, &#039;_nav&#039;, &#039;footer&#039; ); ?&gt;
        &lt;?php endif; ?&gt;

        &lt;?php if ( x_get_option( &#039;x_footer_social_display&#039;, &#039;1&#039; ) == &#039;1&#039; ) : ?&gt;
          &lt;?php x_social_global(); ?&gt;
        &lt;?php endif; ?&gt;

      &lt;/div&gt;
    &lt;/footer&gt;

  &lt;?php endif; ?&gt;

&lt;?php x_get_view( &#039;global&#039;, &#039;_footer&#039; ); ?&gt;
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

