<?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/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/" > <channel><title>Comments on: Dabbling With WordPress 2.7</title> <atom:link href="http://www.dragonblogger.com/dabbling-wordpress-27/feed/" rel="self" type="application/rss+xml" /><link>http://www.dragonblogger.com/dabbling-wordpress-27/</link> <description>Blogging Tips, Technology news, with Movie Reviews and Entertainment posts mixed in for fun.</description> <lastBuildDate>Sun, 12 Feb 2012 11:02:48 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=</generator> <item><title>By: Randy from How To Blog Site</title><link>http://www.dragonblogger.com/dabbling-wordpress-27/comment-page-1/#comment-596</link> <dc:creator>Randy from How To Blog Site</dc:creator> <pubDate>Thu, 26 Feb 2009 13:22:06 +0000</pubDate> <guid isPermaLink="false">http://www.dragonblogger.com/?p=1232#comment-596</guid> <description>@TadTry changing your code from if (function_exists(is_sticky)) toif (is_sticky())  this is what I have been using successfully since the sticky is in the globals.&lt;abbr&gt;&lt;em&gt;Randy from How To Blog Sites last blog post..&lt;a href=&quot;http://feeds.feedburner.com/~r/HowToBlogSite/~3/514640987/&quot; rel=&quot;nofollow&quot;&gt;Blogging Instructions â€“ The Top Five Things You Need to Know To Blog&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description> <content:encoded><![CDATA[<p>@Tad</p><p>Try changing your code from if (function_exists(is_sticky)) to</p><p>if (is_sticky())  this is what I have been using successfully since the sticky is in the globals.</p><p><abbr><em>Randy from How To Blog Sites last blog post..<a href="http://feeds.feedburner.com/~r/HowToBlogSite/~3/514640987/" rel="nofollow">Blogging Instructions â€“ The Top Five Things You Need to Know To Blog</a></em></abbr></p> ]]></content:encoded> </item> <item><title>By: Tad Furtado</title><link>http://www.dragonblogger.com/dabbling-wordpress-27/comment-page-1/#comment-582</link> <dc:creator>Tad Furtado</dc:creator> <pubDate>Wed, 25 Feb 2009 21:11:19 +0000</pubDate> <guid isPermaLink="false">http://www.dragonblogger.com/?p=1232#comment-582</guid> <description>I&#039;ll do the same.  Thanks!&lt;abbr&gt;&lt;em&gt;Tad Furtados last blog post..&lt;a href=&quot;http://unboundideas.com/2009/02/24/de-stacking-your-magazine-newspaper-and-book-pile/&quot; rel=&quot;nofollow&quot;&gt;De-stacking Your Magazine, Newspaper and Book Pile&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description> <content:encoded><![CDATA[<p>I&#8217;ll do the same.  Thanks!</p><p><abbr><em>Tad Furtados last blog post..<a href="http://unboundideas.com/2009/02/24/de-stacking-your-magazine-newspaper-and-book-pile/" rel="nofollow">De-stacking Your Magazine, Newspaper and Book Pile</a></em></abbr></p> ]]></content:encoded> </item> <item><title>By: dragonblogger</title><link>http://www.dragonblogger.com/dabbling-wordpress-27/comment-page-1/#comment-581</link> <dc:creator>dragonblogger</dc:creator> <pubDate>Wed, 25 Feb 2009 21:09:32 +0000</pubDate> <guid isPermaLink="false">http://www.dragonblogger.com/?p=1232#comment-581</guid> <description>I have same problem, I can&#039;t figure out how to remove the footer stuff/tags...etc just for the sticky post.  I will research this more and do a 2nd post if I find out how.</description> <content:encoded><![CDATA[<p>I have same problem, I can&#8217;t figure out how to remove the footer stuff/tags&#8230;etc just for the sticky post.  I will research this more and do a 2nd post if I find out how.</p> ]]></content:encoded> </item> <item><title>By: Tad Furtado</title><link>http://www.dragonblogger.com/dabbling-wordpress-27/comment-page-1/#comment-580</link> <dc:creator>Tad Furtado</dc:creator> <pubDate>Wed, 25 Feb 2009 20:47:48 +0000</pubDate> <guid isPermaLink="false">http://www.dragonblogger.com/?p=1232#comment-580</guid> <description>I am using WP version 2.7.1 for my site and have been trying to do exacly what you mention in this post, namely use the new sticky function to put static information at the top of my post page so that it can serve as the main landing page for my new startup.But I can&#039;t get the footer text and formatting to hide for the sticky post without having it apply globally to all posts on the main page.  I think that since the new WP version considers stickies to be a new class that I can get it to work with some use of the &quot;if (function_exists(&#039;is_sticky&#039;))&quot; in my theme&#039;s code, but I can&#039;t get anything to bite.Any ideas?   Thanks in advance!&lt;abbr&gt;&lt;em&gt;Tad Furtados last blog post..&lt;a href=&quot;http://unboundideas.com/2009/02/24/de-stacking-your-magazine-newspaper-and-book-pile/&quot; rel=&quot;nofollow&quot;&gt;De-stacking Your Magazine, Newspaper and Book Pile&lt;/a&gt;&lt;/abbr&gt;&lt;/em&gt;</description> <content:encoded><![CDATA[<p>I am using WP version 2.7.1 for my site and have been trying to do exacly what you mention in this post, namely use the new sticky function to put static information at the top of my post page so that it can serve as the main landing page for my new startup.</p><p>But I can&#8217;t get the footer text and formatting to hide for the sticky post without having it apply globally to all posts on the main page.  I think that since the new WP version considers stickies to be a new class that I can get it to work with some use of the &#8220;if (function_exists(&#8216;is_sticky&#8217;))&#8221; in my theme&#8217;s code, but I can&#8217;t get anything to bite.</p><p>Any ideas?   Thanks in advance!</p><p><abbr><em>Tad Furtados last blog post..<a href="http://unboundideas.com/2009/02/24/de-stacking-your-magazine-newspaper-and-book-pile/" rel="nofollow">De-stacking Your Magazine, Newspaper and Book Pile</a></em></abbr></p> ]]></content:encoded> </item> <item><title>By: dragonblogger</title><link>http://www.dragonblogger.com/dabbling-wordpress-27/comment-page-1/#comment-399</link> <dc:creator>dragonblogger</dc:creator> <pubDate>Sat, 13 Dec 2008 20:23:46 +0000</pubDate> <guid isPermaLink="false">http://www.dragonblogger.com/?p=1232#comment-399</guid> <description>I finally broke down and upgraded dragonblogger.com to wordpress 2.7 and am learning new stuff, one of my plug-ins clearly doesn&#039;t work right.</description> <content:encoded><![CDATA[<p>I finally broke down and upgraded dragonblogger.com to wordpress 2.7 and am learning new stuff, one of my plug-ins clearly doesn&#8217;t work right.</p> ]]></content:encoded> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 11/24 queries in 0.026 seconds using disk: basic
Content Delivery Network via cdn.dragonblogger.com

Served from: www.dragonblogger.com @ 2012-02-12 04:59:15 -->
