<?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>Support Forum - Topic: Add static content to homepage?</title>
		<link>http://www.kriesi.at/support/topic/add-static-content-to-homepage</link>
		<description>Support Forum - Topic: Add static content to homepage?</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 13:07:53 +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.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/add-static-content-to-homepage" rel="self" type="application/rss+xml" />

		<item>
			<title>janetgot on "Add static content to homepage?"</title>
			<link>http://www.kriesi.at/support/topic/add-static-content-to-homepage#post-27327</link>
			<pubDate>Mon, 19 Sep 2011 16:39:15 +0000</pubDate>
			<dc:creator>janetgot</dc:creator>
			<guid isPermaLink="false">27327@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ha!  I just assumed I hadn't set it up right... never thought to give the !important a try... will check that out. Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Add static content to homepage?"</title>
			<link>http://www.kriesi.at/support/topic/add-static-content-to-homepage#post-27260</link>
			<pubDate>Sun, 18 Sep 2011 10:36:17 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">27260@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
usually adding !important after every element works, i.e.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.buy {
     float: right !important;
     padding: 10px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope it works, let me know =]
&#60;/p&#62;</description>
		</item>
		<item>
			<title>janetgot on "Add static content to homepage?"</title>
			<link>http://www.kriesi.at/support/topic/add-static-content-to-homepage#post-27202</link>
			<pubDate>Sat, 17 Sep 2011 13:37:15 +0000</pubDate>
			<dc:creator>janetgot</dc:creator>
			<guid isPermaLink="false">27202@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for your help.  I added it to index.php and styled it...Much better now.  I tried adding the styles to custom.css, but it didn't take.  Do you have instructions somewhere for getting custom styles to work?  Right now, I have it in the styles.css file, but would like to keep the core code clean for upgrades.  Thanks so much for your help. -Janet
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Add static content to homepage?"</title>
			<link>http://www.kriesi.at/support/topic/add-static-content-to-homepage#post-27120</link>
			<pubDate>Fri, 16 Sep 2011 05:47:09 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">27120@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
it's not a better solution (because styling work, etc. will be required) but you can hardcode your text in index.php. Another option is to hide the tweet box/date - in index.php replace:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;div class=&#38;quot;date_container&#38;quot;&#38;gt;
   				&#38;lt;span class=&#38;#39;day&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;d&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;span class=&#38;#39;month&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;M&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;span class=&#38;#39;year&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;?php if($k_option[&#38;#39;single&#38;#39;][&#38;#39;acc_tw&#38;#39;] != &#38;#39;&#38;#39;) { ?&#38;gt;
   				&#38;lt;div class=&#38;quot;tweetmeme&#38;quot;&#38;gt;
					&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
						tweetmeme_source = &#38;#39;&#38;lt;?php echo $k_option[&#38;#39;single&#38;#39;][&#38;#39;acc_tw&#38;#39;]; ?&#38;gt;&#38;#39;;
						tweetmeme_url = &#38;#39;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;#39;;
 					&#38;lt;/script&#38;gt;
					&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://tweetmeme.com/i/scripts/button.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
				&#38;lt;/div&#38;gt;
				&#38;lt;?php } ?&#38;gt;
   				&#38;lt;span class=&#38;#39;date_container_bottom&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
			&#38;lt;/div&#38;gt;&#38;lt;!-- end date --&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php if (!is_sticky()){ ?&#38;gt;
&#38;lt;div class=&#38;quot;date_container&#38;quot;&#38;gt;
   				&#38;lt;span class=&#38;#39;day&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;d&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;span class=&#38;#39;month&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;M&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;span class=&#38;#39;year&#38;#39;&#38;gt;&#38;lt;?php the_time(&#38;#39;Y&#38;#39;) ?&#38;gt;&#38;lt;/span&#38;gt;
   				&#38;lt;?php if($k_option[&#38;#39;single&#38;#39;][&#38;#39;acc_tw&#38;#39;] != &#38;#39;&#38;#39;) { ?&#38;gt;
   				&#38;lt;div class=&#38;quot;tweetmeme&#38;quot;&#38;gt;
					&#38;lt;script type=&#38;quot;text/javascript&#38;quot;&#38;gt;
						tweetmeme_source = &#38;#39;&#38;lt;?php echo $k_option[&#38;#39;single&#38;#39;][&#38;#39;acc_tw&#38;#39;]; ?&#38;gt;&#38;#39;;
						tweetmeme_url = &#38;#39;&#38;lt;?php echo get_permalink() ?&#38;gt;&#38;#39;;
 					&#38;lt;/script&#38;gt;
					&#38;lt;script type=&#38;quot;text/javascript&#38;quot; src=&#38;quot;http://tweetmeme.com/i/scripts/button.js&#38;quot;&#38;gt;&#38;lt;/script&#38;gt;
				&#38;lt;/div&#38;gt;
				&#38;lt;?php } ?&#38;gt;
   				&#38;lt;span class=&#38;#39;date_container_bottom&#38;#39;&#38;gt;&#38;lt;/span&#38;gt;
			&#38;lt;/div&#38;gt;&#38;lt;!-- end date --&#38;gt;
&#38;lt;?php } ?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>janetgot on "Add static content to homepage?"</title>
			<link>http://www.kriesi.at/support/topic/add-static-content-to-homepage#post-27065</link>
			<pubDate>Thu, 15 Sep 2011 13:48:21 +0000</pubDate>
			<dc:creator>janetgot</dc:creator>
			<guid isPermaLink="false">27065@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd like to add an intro paragraph to my homepage that is static above my posts.  Right now, I do this by making a post sticky, but I don't like that the date / tweet box shows on the right, which can make the blog look stale if I don't keep editing the publish date.  Can you suggest a better way to add some static content without the box?  The site is &#60;a href=&#34;http://rufftoyreviews.com&#34; rel=&#34;nofollow&#34;&#62;http://rufftoyreviews.com&#60;/a&#62;.&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
