<?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>Vfxdude &#187; Topic: Adding bfslider to header.php</title>
		<link>http://www.vfxdude.com/forum/topic/adding-bfslider-to-headerphp</link>
		<description>premium wordpress themes</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 22:20:42 +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.vfxdude.com/forum/search.php</link>
		</textInput>
		<atom:link href="http://www.vfxdude.com/forum/rss/topic/adding-bfslider-to-headerphp" rel="self" type="application/rss+xml" />

		<item>
			<title>vfxdude on "Adding bfslider to header.php"</title>
			<link>http://www.vfxdude.com/forum/topic/adding-bfslider-to-headerphp#post-1532</link>
			<pubDate>Fri, 05 Mar 2010 12:23:41 +0000</pubDate>
			<dc:creator>vfxdude</dc:creator>
			<guid isPermaLink="false">1532@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;there is a widget area called &#34;Adspace - top of the page&#34; that will add stuff above the header, but not above the container. create a page with the slider shortcode and add it to that widget area with the BF Page widget.&#60;/p&#62;
&#60;p&#62;Here's code to add it above the container (add it to functions.php in a &#60;a href=&#34;http://www.vfxdude.com/bigfeature/2009/10/faq/#childtheme&#34;&#62;childtheme&#60;/a&#62;):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function myslider() {
	echo do_shortcode(&#38;#39;&#38;lt;div class=&#38;quot;inside&#38;quot;&#38;gt;[bfslider height=&#38;quot;350&#38;quot; width=&#38;quot;900&#38;quot;]&#38;lt;/div&#38;gt;&#38;#39;);
}
add_action( &#38;#39;bf_top&#38;#39;, &#38;#39;myslider&#38;#39;, 1);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Here the width is set to 900 to align with the container, so the images inserted into the pages got to be 900px in width then.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>littlered991986 on "Adding bfslider to header.php"</title>
			<link>http://www.vfxdude.com/forum/topic/adding-bfslider-to-headerphp#post-1524</link>
			<pubDate>Fri, 05 Mar 2010 02:50:23 +0000</pubDate>
			<dc:creator>littlered991986</dc:creator>
			<guid isPermaLink="false">1524@http://www.vfxdude.com/forum/</guid>
			<description>&#60;p&#62;Is there a way to add the slider to the header.php so that it will display on every page above the container?&#60;/p&#62;
&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

