<?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>BlueOwlCreative  &#187;  Topic: Add slider on top of main blog posts page</title>
		<atom:link href="http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/feed/" rel="self" type="application/rss+xml" />
		<link>http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/feed/</link>
		<description></description>
		<pubDate>Sat, 18 Jul 2026 00:49:22 +0000</pubDate>
		<generator>http://bbpress.org/?v=2.5.3-5249</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/#post-20194</guid>
					<title><![CDATA[Add slider on top of main blog posts page]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/#post-20194</link>
					<pubDate>Fri, 30 May 2014 02:21:33 +0000</pubDate>
					<dc:creator>gershwin</dc:creator>

					<description>
						<![CDATA[
						<p>Is there a way to add a slider or image on top of the main blog posts page? I mean, the page where the summary of the posts are listed (i.e. <a href="http://blueowlcreative.com/wp/aqua/blog/" rel="nofollow">http://blueowlcreative.com/wp/aqua/blog/</a>)?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/#post-20201</guid>
					<title><![CDATA[Reply To: Add slider on top of main blog posts page]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/#post-20201</link>
					<pubDate>Fri, 30 May 2014 03:41:07 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>You could, but since the Blog list page is not an actual page you could add it to I would add it to the index.php template with a check whether I am on the posts displaying page. Each slider has a shortcode to be added to the content and a code to be added in a template, you would use the latter. Try this out:</p>
<pre><code>&lt;?php
if ( is_home() ) {
    HERE ADD THE CODE FOR YOUR SLIDER
}
?&gt;</code></pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/#post-20210</guid>
					<title><![CDATA[Reply To: Add slider on top of main blog posts page]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/#post-20210</link>
					<pubDate>Sat, 31 May 2014 03:48:22 +0000</pubDate>
					<dc:creator>gershwin</dc:creator>

					<description>
						<![CDATA[
						<p>it&#8217;s not working for me. i looked at the Revolutions Slider dashboard and saw this:</p>
<pre><code>From the theme html use: &lt;?php putRevSlider( &quot;alias&quot; ) ?&gt; example: &lt;?php putRevSlider() ?&gt; 
   For show only on homepage use: &lt;?php putRevSlider(,&quot;homepage&quot;) ?&gt; 
   For show on certain pages use: &lt;?php putRevSlider(,&quot;2,10&quot;) ?&gt;</code></pre>
<p>but am not sure if that&#8217;s the answer</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/#post-20223</guid>
					<title><![CDATA[Reply To: Add slider on top of main blog posts page]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/#post-20223</link>
					<pubDate>Mon, 02 Jun 2014 08:31:28 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>What did you try? Sure that is how you need to add it, you don&#8217;t even need my check, just pass the second param, where you want to slideshow to show! <img src="http://blueowlcreative.com/support_wp/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley" /> </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/#post-20259</guid>
					<title><![CDATA[Reply To: Add slider on top of main blog posts page]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/#post-20259</link>
					<pubDate>Tue, 03 Jun 2014 15:11:51 +0000</pubDate>
					<dc:creator>gershwin</dc:creator>

					<description>
						<![CDATA[
						<p>I tried first and second but it doesn&#8217;t seem to working? Or maybe I am doing it wrong. What do I put in place of &#8220;alias&#8221;? Do I use the shortcode for example &#8220;[rev_slider name]&#8220;?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/#post-20285</guid>
					<title><![CDATA[Reply To: Add slider on top of main blog posts page]]></title>
					<link>http://blueowlcreative.com/support_wp/forums/topic/add-slider-on-top-of-main-blog-posts-page/#post-20285</link>
					<pubDate>Wed, 04 Jun 2014 07:41:44 +0000</pubDate>
					<dc:creator>BlueOwl</dc:creator>

					<description>
						<![CDATA[
						<p>From the theme html use: < ?php putRevSlider( "alias" ) ?></p>
<p>Alias would be whatever you entered in your Slider Alias field, for example for my slider from the Demo: home_slider</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

