<?xml version="1.0" encoding="UTF-8"?><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"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
> <channel><title>Comments on: Creating a Static Home Page with Thesis and WordPress</title> <atom:link href="http://joekraynak.com/computers/creating-a-static-home-page-with-thesis-and-wordpress.html/feed" rel="self" type="application/rss+xml" /><link>http://joekraynak.com/computers/creating-a-static-home-page-with-thesis-and-wordpress.html</link> <description>Freelance Writer</description> <lastBuildDate>Sat, 28 Jan 2012 17:02:17 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: kristad</title><link>http://joekraynak.com/computers/creating-a-static-home-page-with-thesis-and-wordpress.html/comment-page-2#comment-2828</link> <dc:creator>kristad</dc:creator> <pubDate>Wed, 07 Sep 2011 00:33:35 +0000</pubDate> <guid
isPermaLink="false">http://joekraynak.com/blog/?p=564#comment-2828</guid> <description>Hi
I am just working on a new site. New to Thesis. Just trying to get ride of the Home link.
Step 4 above is not showing in my version of Word Press... Using v. 3.2.1
Any ideas where this last piece of the puzzle is missing?
Thanks in advance...
K.</description> <content:encoded><![CDATA[<p>Hi<br
/> I am just working on a new site. New to Thesis. Just trying to get ride of the Home link.<br
/> Step 4 above is not showing in my version of Word Press&#8230; Using v. 3.2.1<br
/> Any ideas where this last piece of the puzzle is missing?<br
/> Thanks in advance&#8230;<br
/> K.</p> ]]></content:encoded> </item> <item><title>By: Marcus</title><link>http://joekraynak.com/computers/creating-a-static-home-page-with-thesis-and-wordpress.html/comment-page-2#comment-2801</link> <dc:creator>Marcus</dc:creator> <pubDate>Tue, 12 Jul 2011 16:20:42 +0000</pubDate> <guid
isPermaLink="false">http://joekraynak.com/blog/?p=564#comment-2801</guid> <description>Hi,I can&#039;t get the &quot;Front Page Displays&quot; option like in your tutorial. Was this removed in later versions of WordPress?Thanks,
Marcus</description> <content:encoded><![CDATA[<p>Hi,</p><p>I can&#8217;t get the &#8220;Front Page Displays&#8221; option like in your tutorial. Was this removed in later versions of WordPress?</p><p>Thanks,<br
/> Marcus</p> ]]></content:encoded> </item> <item><title>By: Joe Kraynak</title><link>http://joekraynak.com/computers/creating-a-static-home-page-with-thesis-and-wordpress.html/comment-page-2#comment-2683</link> <dc:creator>Joe Kraynak</dc:creator> <pubDate>Sun, 20 Feb 2011 18:48:23 +0000</pubDate> <guid
isPermaLink="false">http://joekraynak.com/blog/?p=564#comment-2683</guid> <description>Hi, Mark--I wrote this with an older version of Thesis. In the new version, Thesis is a separate menu. Guess I should update this when I get the time.</description> <content:encoded><![CDATA[<p>Hi, Mark&#8211;</p><p>I wrote this with an older version of Thesis. In the new version, Thesis is a separate menu. Guess I should update this when I get the time.</p> ]]></content:encoded> </item> <item><title>By: Mark</title><link>http://joekraynak.com/computers/creating-a-static-home-page-with-thesis-and-wordpress.html/comment-page-2#comment-2682</link> <dc:creator>Mark</dc:creator> <pubDate>Sun, 20 Feb 2011 14:21:55 +0000</pubDate> <guid
isPermaLink="false">http://joekraynak.com/blog/?p=564#comment-2682</guid> <description>Hey Joe,very helpfull article. Just one problem...
I cant see the thesis options in the wordpress appearance menu. what can i do? THX</description> <content:encoded><![CDATA[<p>Hey Joe,</p><p>very helpfull article. Just one problem&#8230;<br
/> I cant see the thesis options in the wordpress appearance menu. what can i do? THX</p> ]]></content:encoded> </item> <item><title>By: Erin</title><link>http://joekraynak.com/computers/creating-a-static-home-page-with-thesis-and-wordpress.html/comment-page-1#comment-2656</link> <dc:creator>Erin</dc:creator> <pubDate>Wed, 22 Dec 2010 20:29:57 +0000</pubDate> <guid
isPermaLink="false">http://joekraynak.com/blog/?p=564#comment-2656</guid> <description>Nevermind... I figured it out.Thank you!</description> <content:encoded><![CDATA[<p>Nevermind&#8230; I figured it out.</p><p>Thank you!</p> ]]></content:encoded> </item> <item><title>By: Erin</title><link>http://joekraynak.com/computers/creating-a-static-home-page-with-thesis-and-wordpress.html/comment-page-1#comment-2655</link> <dc:creator>Erin</dc:creator> <pubDate>Wed, 22 Dec 2010 20:26:19 +0000</pubDate> <guid
isPermaLink="false">http://joekraynak.com/blog/?p=564#comment-2655</guid> <description>Hi Joe,Thank you for the helpful tutorial! I made the changes and they worked but I am consequently having another problem. I had set up the feature box do display a slider and now that I have made the home page static, it no longer shows up. For reference, I have already inserted the following code into the custom_functions.php file:function slider() {
if ( function_exists( &#039;show_nivo_slider&#039; ) ) {
show_nivo_slider();
}
}
add_action(&#039;thesis_hook_feature_box&#039;, &#039;slider&#039;);Please help if you can.Thank you,Erin</description> <content:encoded><![CDATA[<p>Hi Joe,</p><p>Thank you for the helpful tutorial! I made the changes and they worked but I am consequently having another problem. I had set up the feature box do display a slider and now that I have made the home page static, it no longer shows up. For reference, I have already inserted the following code into the custom_functions.php file:</p><p>function slider() {<br
/> if ( function_exists( &#8216;show_nivo_slider&#8217; ) ) {<br
/> show_nivo_slider();<br
/> }<br
/> }<br
/> add_action(&#8216;thesis_hook_feature_box&#8217;, &#8216;slider&#8217;);</p><p>Please help if you can.</p><p>Thank you,</p><p>Erin</p> ]]></content:encoded> </item> <item><title>By: Michelle Barry Franco</title><link>http://joekraynak.com/computers/creating-a-static-home-page-with-thesis-and-wordpress.html/comment-page-1#comment-2647</link> <dc:creator>Michelle Barry Franco</dc:creator> <pubDate>Tue, 30 Nov 2010 06:37:38 +0000</pubDate> <guid
isPermaLink="false">http://joekraynak.com/blog/?p=564#comment-2647</guid> <description>Wow - this was so beautifully exactly what I needed tonight! Thank you so much for the simple, straightforward instructions!! ~Michelle</description> <content:encoded><![CDATA[<p>Wow &#8211; this was so beautifully exactly what I needed tonight! Thank you so much for the simple, straightforward instructions!! ~Michelle</p> ]]></content:encoded> </item> <item><title>By: Justyna</title><link>http://joekraynak.com/computers/creating-a-static-home-page-with-thesis-and-wordpress.html/comment-page-1#comment-2625</link> <dc:creator>Justyna</dc:creator> <pubDate>Sun, 31 Oct 2010 18:07:23 +0000</pubDate> <guid
isPermaLink="false">http://joekraynak.com/blog/?p=564#comment-2625</guid> <description>Hi Joe,that&#039;s a very useful tutorial. Quite tricky with creating extra page for blog :)
But it works perfectly and there is no need installing WP in blog subdirectory for example, I&#039;m mentioning that because there are some guys out there, who recommend such method ;)</description> <content:encoded><![CDATA[<p>Hi Joe,</p><p>that&#8217;s a very useful tutorial. Quite tricky with creating extra page for blog <img
src='http://joekraynak.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br
/> But it works perfectly and there is no need installing WP in blog subdirectory for example, I&#8217;m mentioning that because there are some guys out there, who recommend such method <img
src='http://joekraynak.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /></p> ]]></content:encoded> </item> <item><title>By: Doug</title><link>http://joekraynak.com/computers/creating-a-static-home-page-with-thesis-and-wordpress.html/comment-page-1#comment-2621</link> <dc:creator>Doug</dc:creator> <pubDate>Tue, 19 Oct 2010 13:08:15 +0000</pubDate> <guid
isPermaLink="false">http://joekraynak.com/blog/?p=564#comment-2621</guid> <description>How do I get rid of the message at the bottom of my home page:&quot;If there were posts in the database, you’d be seeing them. Try creating a post, and see if that solves your problem.&quot;I don&#039;t want to create any posts or have them show up on the home page.</description> <content:encoded><![CDATA[<p>How do I get rid of the message at the bottom of my home page:</p><p>&#8220;If there were posts in the database, you’d be seeing them. Try creating a post, and see if that solves your problem.&#8221;</p><p>I don&#8217;t want to create any posts or have them show up on the home page.</p> ]]></content:encoded> </item> <item><title>By: Lili</title><link>http://joekraynak.com/computers/creating-a-static-home-page-with-thesis-and-wordpress.html/comment-page-1#comment-2620</link> <dc:creator>Lili</dc:creator> <pubDate>Thu, 14 Oct 2010 20:30:51 +0000</pubDate> <guid
isPermaLink="false">http://joekraynak.com/blog/?p=564#comment-2620</guid> <description>FINALLY. Someone who knows how to explain things clearly. I really appreicated your walkthrough for jhay on hidden titles in the home page. It was just what I was looking for.The wordpress community needs writers like you who can explain things in honest &quot;peoplespeak&quot;.</description> <content:encoded><![CDATA[<p>FINALLY. Someone who knows how to explain things clearly. I really appreicated your walkthrough for jhay on hidden titles in the home page. It was just what I was looking for.</p><p>The wordpress community needs writers like you who can explain things in honest &#8220;peoplespeak&#8221;.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 4/45 queries in 0.048 seconds using disk
Object Caching 490/518 objects using disk
Content Delivery Network via N/A

Served from: joekraynak.com @ 2012-02-05 15:47:33 -->
