<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Andy Beard - Internet Business Systems Discussion - Latest Comments in How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.disqus.com/</link><description>Internet Marketing, Lead Acquisition, Online Business Strategy and Social Media with Original Opinion and Loads of Attitude</description><atom:link href="https://andybeard.disqus.com/how_would_you_improve_your_blog_or_blogging_30/latest.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Mon, 01 Oct 2007 12:40:54 -0000</lastBuildDate><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-12525852</link><description>&lt;p&gt;Andy,&lt;/p&gt;&lt;p&gt;The solution for handling [code]&amp;lt;br /&amp;gt;[/code] tags within headlines is actually quite simple. Essentially, those tags are only there for display purposes on the site itself (in this case, on Copyblogger), and we really don't want them to affect the presentation in any other areas where headlines may be displayed.&lt;/p&gt;&lt;p&gt;Within the site itself, headlines appear on the [1] front page, on [2] individual post pages, at the bottom of individual post pages in the form of [3] inter-postal links, and in lists of [4] related posts that follow individual posts.&lt;/p&gt;&lt;p&gt;In cases [3] and [4] from the previous paragraph, all I had to do was add in some very simple CSS to suppress the [code]&amp;lt;br /&amp;gt;[/code] tags, which have been added in the title field of the post entry page (within WordPress).&lt;/p&gt;&lt;p&gt;I use the rule of specificity to target the headlines, and a CSS declaration to "turn off" the [code]&amp;lt;br /&amp;gt;[/code] tags, like so:&lt;/p&gt;&lt;p&gt;[code]ul#related_posts li br { display: none; }[/code]&lt;/p&gt;&lt;p&gt;The above declaration prevents all [code]&amp;lt;br /&amp;gt;[/code] tags from displaying, but only if they lie within the li elements of an unordered list whose ID is "related_posts".&lt;/p&gt;&lt;p&gt;As far as feed readers go, I don't have any direct control over the display of [code]&amp;lt;br /&amp;gt;[/code] tags there. Despite that, I suspect that popular readers like Google Reader and Bloglines suppress [code]&amp;lt;br /&amp;gt;[/code] tags within headlines. It would make sense to do so, simply because one of the major challenges these readers face is to present a unified interface that features content from a zillion different sites, each of which probably has a unique way of formatting and organizing content.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris P.</dc:creator><pubDate>Mon, 01 Oct 2007 12:40:54 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-10991383</link><description>&lt;p&gt;Andy,&lt;/p&gt;&lt;p&gt;The solution for handling [code]&amp;lt;br /&amp;gt;[/code] tags within headlines is actually quite simple. Essentially, those tags are only there for display purposes on the site itself (in this case, on Copyblogger), and we really don't want them to affect the presentation in any other areas where headlines may be displayed.&lt;/p&gt;&lt;p&gt;Within the site itself, headlines appear on the [1] front page, on [2] individual post pages, at the bottom of individual post pages in the form of [3] inter-postal links, and in lists of [4] related posts that follow individual posts.&lt;/p&gt;&lt;p&gt;In cases [3] and [4] from the previous paragraph, all I had to do was add in some very simple CSS to suppress the [code]&amp;lt;br /&amp;gt;[/code] tags, which have been added in the title field of the post entry page (within WordPress).&lt;/p&gt;&lt;p&gt;I use the rule of specificity to target the headlines, and a CSS declaration to "turn off" the [code]&amp;lt;br /&amp;gt;[/code] tags, like so:&lt;/p&gt;&lt;p&gt;[code]ul#related_posts li br { display: none; }[/code]&lt;/p&gt;&lt;p&gt;The above declaration prevents all [code]&amp;lt;br /&amp;gt;[/code] tags from displaying, but only if they lie within the li elements of an unordered list whose ID is "related_posts".&lt;/p&gt;&lt;p&gt;As far as feed readers go, I don't have any direct control over the display of [code]&amp;lt;br /&amp;gt;[/code] tags there. Despite that, I suspect that popular readers like Google Reader and Bloglines suppress [code]&amp;lt;br /&amp;gt;[/code] tags within headlines. It would make sense to do so, simply because one of the major challenges these readers face is to present a unified interface that features content from a zillion different sites, each of which probably has a unique way of formatting and organizing content.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Chris P.</dc:creator><pubDate>Mon, 01 Oct 2007 12:40:54 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-10991382</link><description>&lt;p&gt;Wish I could be of more help Andy, but all I can take credit for is bitching and moaning about things (like images in feeds and headline breaks) and Chris figures out a way to work me a solution. I'll ping him with this post and maybe he'll stop by and give a quick tutorial.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Clark</dc:creator><pubDate>Mon, 01 Oct 2007 12:18:44 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-12525851</link><description>&lt;p&gt;Wish I could be of more help Andy, but all I can take credit for is bitching and moaning about things (like images in feeds and headline breaks) and Chris figures out a way to work me a solution. I'll ping him with this post and maybe he'll stop by and give a quick tutorial.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Clark</dc:creator><pubDate>Mon, 01 Oct 2007 12:18:44 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-12525850</link><description>&lt;p&gt;I don't have an ETA to give as those improvements are among many that our development team is working on, but I'll be letting them know that the demand is definitely there :) The Feedburner reporting is something we're looking into as well.&lt;/p&gt;&lt;p&gt;There's not an API call to check that but what you can do (and what we do on our blog) is to &lt;a href="http://www.aweber.com/faq/questions/361/How+Do+I+Integrate+Google+Analytics+with+AWeber%3F" rel="nofollow noopener" target="_blank" title="http://www.aweber.com/faq/questions/361/How+Do+I+Integrate+Google+Analytics+with+AWeber%3F"&gt;integrate Google Analytics&lt;/a&gt; so that your source is tagged as "email" (your readers may also find Google's &lt;a href="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;amp;answer=27255" rel="nofollow noopener" target="_blank" title="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;amp;answer=27255"&gt;URL builder&lt;/a&gt; helpful).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin Premick</dc:creator><pubDate>Thu, 27 Sep 2007 09:28:33 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-10991381</link><description>&lt;p&gt;I don't have an ETA to give as those improvements are among many that our development team is working on, but I'll be letting them know that the demand is definitely there :) The Feedburner reporting is something we're looking into as well.&lt;/p&gt;&lt;p&gt;There's not an API call to check that but what you can do (and what we do on our blog) is to &lt;a href="http://www.aweber.com/faq/questions/361/How+Do+I+Integrate+Google+Analytics+with+AWeber%3F" rel="nofollow noopener" target="_blank" title="http://www.aweber.com/faq/questions/361/How+Do+I+Integrate+Google+Analytics+with+AWeber%3F"&gt;integrate Google Analytics&lt;/a&gt; so that your source is tagged as "email" (your readers may also find Google's &lt;a href="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;amp;answer=27255" rel="nofollow noopener" target="_blank" title="http://www.google.com/support/analytics/bin/answer.py?hl=en&amp;amp;answer=27255"&gt;URL builder&lt;/a&gt; helpful).&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Justin Premick</dc:creator><pubDate>Thu, 27 Sep 2007 09:28:33 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-12525849</link><description>&lt;p&gt;You could modify the theme... but it was pretty easy to write a &lt;a href="http://money.bigbucksblogger.com/andy-beard-wants-dramatic-titles-just-like-muhamed-saleems/" rel="nofollow noopener" target="_blank" title="http://money.bigbucksblogger.com/andy-beard-wants-dramatic-titles-just-like-muhamed-saleems/"&gt;"Nifty Titles"&lt;/a&gt; plugin too. (I think so anyway.)   Let me know what you think.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lucia</dc:creator><pubDate>Thu, 27 Sep 2007 00:34:09 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-10991380</link><description>&lt;p&gt;You could modify the theme... but it was pretty easy to write a &lt;a href="http://money.bigbucksblogger.com/andy-beard-wants-dramatic-titles-just-like-muhamed-saleems/" rel="nofollow noopener" target="_blank" title="http://money.bigbucksblogger.com/andy-beard-wants-dramatic-titles-just-like-muhamed-saleems/"&gt;"Nifty Titles"&lt;/a&gt; plugin too. (I think so anyway.)   Let me know what you think.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lucia</dc:creator><pubDate>Thu, 27 Sep 2007 00:34:09 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-12525848</link><description>&lt;p&gt;Before I forget, Justin thats for giving some feedback "from the horses mouth" - I would really love to know if you have some kind of schedule... rephrase that an "ETA you are able to release" for the daily scheduling of feeds.&lt;/p&gt;&lt;p&gt;It makes a strategic decision for me a lot easier.&lt;/p&gt;&lt;p&gt;You didn't mention the possibility of reporting feed subscription numbers to Feedburner. They are getting part of the numbers probably anyway based upon open rate with included images, but it would be good to have the full data being fed. I think it only requires reporting to in headers each time to fetch a feed.&lt;/p&gt;&lt;p&gt;The feedburner data is important both for social proof and revenue.&lt;/p&gt;&lt;p&gt;As for tips, whilst some of my readers will no doubt appreciate that, many are very advanced.&lt;/p&gt;&lt;p&gt;As an example, is there a way I can check via some kind of an API call as to whether a visitor is an email subscriber, or do I just have to do it with cookies?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AndyBeard</dc:creator><pubDate>Wed, 26 Sep 2007 19:01:30 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-10991378</link><description>&lt;p&gt;Before I forget, Justin thats for giving some feedback "from the horses mouth" - I would really love to know if you have some kind of schedule... rephrase that an "ETA you are able to release" for the daily scheduling of feeds.&lt;/p&gt;&lt;p&gt;It makes a strategic decision for me a lot easier.&lt;/p&gt;&lt;p&gt;You didn't mention the possibility of reporting feed subscription numbers to Feedburner. They are getting part of the numbers probably anyway based upon open rate with included images, but it would be good to have the full data being fed. I think it only requires reporting to in headers each time to fetch a feed.&lt;/p&gt;&lt;p&gt;The feedburner data is important both for social proof and revenue.&lt;/p&gt;&lt;p&gt;As for tips, whilst some of my readers will no doubt appreciate that, many are very advanced.&lt;/p&gt;&lt;p&gt;As an example, is there a way I can check via some kind of an API call as to whether a visitor is an email subscriber, or do I just have to do it with cookies?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AndyBeard</dc:creator><pubDate>Wed, 26 Sep 2007 19:01:30 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-10991377</link><description>&lt;p&gt;I suppose you would need a box with "display title" that is used in most places on the blog, but that method would get messy when people are using recent comment plugins and widgets.&lt;/p&gt;&lt;p&gt;I think it would be easier to just modify a theme, and use a custom field if it is set, otherwise use the_title.&lt;/p&gt;&lt;p&gt;The RSS feeds would still use the_title by default.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AndyBeard</dc:creator><pubDate>Wed, 26 Sep 2007 16:02:54 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-12525847</link><description>&lt;p&gt;I suppose you would need a box with "display title" that is used in most places on the blog, but that method would get messy when people are using recent comment plugins and widgets.&lt;/p&gt;&lt;p&gt;I think it would be easier to just modify a theme, and use a custom field if it is set, otherwise use the_title.&lt;/p&gt;&lt;p&gt;The RSS feeds would still use the_title by default.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AndyBeard</dc:creator><pubDate>Wed, 26 Sep 2007 16:02:54 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-12525846</link><description>&lt;p&gt;It might be possible to write a plugin to do some specific title formatting.  (There is a hook for the_title()).&lt;/p&gt;&lt;p&gt;What precisely do you want to do? Insert a break only when the post appears at the blog, but otherwise, keep it out?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lucia</dc:creator><pubDate>Wed, 26 Sep 2007 14:53:56 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-10991376</link><description>&lt;p&gt;It might be possible to write a plugin to do some specific title formatting.  (There is a hook for the_title()).&lt;/p&gt;&lt;p&gt;What precisely do you want to do? Insert a break only when the post appears at the blog, but otherwise, keep it out?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">lucia</dc:creator><pubDate>Wed, 26 Sep 2007 14:53:56 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-12525845</link><description>&lt;p&gt;Bobby I actually saw the original post you linked to about a week ago. Quite humorous. It was all tongue in cheek though.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AndyBeard</dc:creator><pubDate>Wed, 26 Sep 2007 12:28:57 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-10991375</link><description>&lt;p&gt;Bobby I actually saw the original post you linked to about a week ago. Quite humorous. It was all tongue in cheek though.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">AndyBeard</dc:creator><pubDate>Wed, 26 Sep 2007 12:28:57 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-12525844</link><description>&lt;p&gt;(in this comment I have used () instead of html pointies as I was not sure what your comment system would do to it).&lt;/p&gt;&lt;p&gt;Your best bet(s) for the headline is to create a custom plugin.&lt;/p&gt;&lt;p&gt;In Nucleus I would create a string such as $br$ that would contextually change to a real br or simply be removed.  I would probably create a "skinvar" so that I can use the new tag to out put the br version but everywhere else show no br.&lt;/p&gt;&lt;p&gt;In wordpress I believe the theme engine is direct php so you could create a function wp_br_header();&lt;/p&gt;&lt;p&gt;There is a second very cool option that would work with the wp_br_header() suggestion - assume that when you type the ":" in a title you are doing a multi level title and use str_replace to swap ":" for ":(br /)" which would only happen where your template requested the specially formatted headline but would be "normal" in all other places.&lt;/p&gt;&lt;p&gt;In other news you might be well advised to move some of the under post disclaimer into the side bar.  The reason is that it is a long scroll to comment and a skip to comments #link would cause the text to be skipped.  I know I have developed an ad blindness to everything between the post and the comment box other than the Don't Be An Idiot badge.&lt;/p&gt;&lt;p&gt;However with all these things it could just be me...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lord Matt</dc:creator><pubDate>Wed, 26 Sep 2007 05:21:13 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-10991374</link><description>&lt;p&gt;(in this comment I have used () instead of html pointies as I was not sure what your comment system would do to it).&lt;/p&gt;&lt;p&gt;Your best bet(s) for the headline is to create a custom plugin.&lt;/p&gt;&lt;p&gt;In Nucleus I would create a string such as $br$ that would contextually change to a real br or simply be removed.  I would probably create a "skinvar" so that I can use the new tag to out put the br version but everywhere else show no br.&lt;/p&gt;&lt;p&gt;In wordpress I believe the theme engine is direct php so you could create a function wp_br_header();&lt;/p&gt;&lt;p&gt;There is a second very cool option that would work with the wp_br_header() suggestion - assume that when you type the ":" in a title you are doing a multi level title and use str_replace to swap ":" for ":(br /)" which would only happen where your template requested the specially formatted headline but would be "normal" in all other places.&lt;/p&gt;&lt;p&gt;In other news you might be well advised to move some of the under post disclaimer into the side bar.  The reason is that it is a long scroll to comment and a skip to comments #link would cause the text to be skipped.  I know I have developed an ad blindness to everything between the post and the comment box other than the Don't Be An Idiot badge.&lt;/p&gt;&lt;p&gt;However with all these things it could just be me...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lord Matt</dc:creator><pubDate>Wed, 26 Sep 2007 05:21:13 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-12525843</link><description>&lt;p&gt;What do you think Andy? Is it a crock?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bobby Revell</dc:creator><pubDate>Wed, 26 Sep 2007 03:18:58 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-10991373</link><description>&lt;p&gt;What do you think Andy? Is it a crock?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bobby Revell</dc:creator><pubDate>Wed, 26 Sep 2007 03:18:58 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-12525842</link><description>&lt;p&gt;I hate to leave an off subject comment but Google Announces The End of PageRank and introduces a new Digg like system to replace it. Itâ€™s yesterdayâ€™s news, Read all about it here:&lt;br&gt;&lt;a href="http://revellian.com/2007/09/25/google-announces-pagerank/" rel="nofollow noopener" target="_blank" title="http://revellian.com/2007/09/25/google-announces-pagerank/"&gt;http://revellian.com/2007/0...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I think it is a bad idea!&lt;br&gt;Don't forget who told you!!!!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bobby Revell</dc:creator><pubDate>Wed, 26 Sep 2007 02:15:11 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-10991372</link><description>&lt;p&gt;I hate to leave an off subject comment but Google Announces The End of PageRank and introduces a new Digg like system to replace it. Itâ€™s yesterdayâ€™s news, Read all about it here:&lt;br&gt;&lt;a href="http://revellian.com/2007/09/25/google-announces-pagerank/" rel="nofollow noopener" target="_blank" title="http://revellian.com/2007/09/25/google-announces-pagerank/"&gt;http://revellian.com/2007/0...&lt;/a&gt;&lt;/p&gt;&lt;p&gt;I think it is a bad idea!&lt;br&gt;Don't forget who told you!!!!!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bobby Revell</dc:creator><pubDate>Wed, 26 Sep 2007 02:15:11 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-12525841</link><description>&lt;p&gt;My goals:&lt;/p&gt;&lt;p&gt;1) Add more in-between short posts - right now there are too many heavy-duty long posts that take time to research, write and edit.&lt;/p&gt;&lt;p&gt;2) Move to two right sidebars that are both geared toward typical ad sizes, instead of one right and one left that are both unusually sized.&lt;/p&gt;&lt;p&gt;These are as much to-do goals for myself as things I'd suggest to newere bloggers ... think ahead of time about what kind of ads you'd add and where, and how you'll maintain a healthy post frequency :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Derami</dc:creator><pubDate>Tue, 25 Sep 2007 04:05:39 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-10991371</link><description>&lt;p&gt;My goals:&lt;/p&gt;&lt;p&gt;1) Add more in-between short posts - right now there are too many heavy-duty long posts that take time to research, write and edit.&lt;/p&gt;&lt;p&gt;2) Move to two right sidebars that are both geared toward typical ad sizes, instead of one right and one left that are both unusually sized.&lt;/p&gt;&lt;p&gt;These are as much to-do goals for myself as things I'd suggest to newere bloggers ... think ahead of time about what kind of ads you'd add and where, and how you'll maintain a healthy post frequency :)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Derami</dc:creator><pubDate>Tue, 25 Sep 2007 04:05:39 -0000</pubDate></item><item><title>Re: How Would You Improve Your Blog Or Blogging?</title><link>http://andybeard.eu/1023/blog-improvements.html#comment-12525840</link><description>&lt;p&gt;With WordPress, if the reader will register, then yes. You can put you loop into two separate files one template that is served when the reader is not logged in and another when the user is logged in.&lt;/p&gt;&lt;p&gt;Just use an oldest first sort for non logged in users and let long time readers skip right to the new stuff automatically.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Dane Morgan</dc:creator><pubDate>Mon, 24 Sep 2007 20:36:33 -0000</pubDate></item></channel></rss>