-
Website
http://theappslab.com/ -
Original page
http://theappslab.com/2007/10/13/decision-07-more-vs-more/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
innov8ion
15 comments · 2 points
-
jpiwowar
52 comments · 2 points
-
ontarioemperor
34 comments · 31 points
-
flopflips
12 comments · 1 points
-
noelportugal
19 comments · 2 points
-
-
Popular Threads
-
Meet Brizzly, My New Twitter Client
5 days ago · 42 comments
-
Feeds: Dead to You or Still Kicking?
4 days ago · 15 comments
-
Why Gaming is the Future of Everything
2 days ago · 7 comments
-
More Fun with Twitter Lists
3 days ago · 6 comments
-
Miscellaneous Debris
1 week ago · 8 comments
-
Meet Brizzly, My New Twitter Client
For each post, you can add an excerpt that summarizes the post. On the home template, call the_excerpt(); instead of the_content();
You'll have to take the time when posting to add an excerpt, but it keeps the front page tidy while not annoying your feed readers. Some WordPress users use the_excerpt for the top portion of their posts and then call both functions in their templates so that they don't duplicate data. Just be sure to modify your feed-rss2.php, feed-atom.php files in /wp-includes if you do that.
Jeremiah's suggestion sounds perfect; it recognises that using a feed reader and coming to the home page are two very different experiences, and it is articifically restrictive to try and do "one size fits all".
It would also be good if you can clean up the "archives" concept at the same time. Love the tag cloud, top posts etc ... but I rarely use them. Most of the time when I come to your home page I want to just see your chronological list of posts. What month is irrelevant. Just current, old, older, oldest... its a continuum.
If you want to keep the web page more "active", just publish an excerpt on the web page, and truncate it at say 1000 characters. But let the RSS feed itself, be a full feed. It only takes a tiny amount of hacking to do this, and a good example of "truncation" in action are:
* http://www.planet-php.net/ (look for the "Truncated by planet PHP". This could be implemented better as the RSS feed is also truncated :()
* http://www.planetmysql.org/ (look for the "read more" on the Web, but then realise that the RSS feed is the complete full feed)
So I'd say Planet MySQL got it right at the moment. If you visit the website, you only get fresh content, all truncated and so on. If you grab the RSS feed, you get it all, no "more" link...
I for one use Liferea or Google Reader to read the AppsLab blog, and if I'm offline, go on missing articles that I could have enjoyed.
Full feed please.
Is there no way to have what you want on the home page but give full feed?
The people have spoken.
Great trifecta. Wish more people would do all three if they are going to do any at all.
Politicians especially;-)
"Rich will be installing a WP plugin to handle syndication of full feeds and truncated posts on the main page"
What plugin are you using to produce full feeds and truncated posts on the main page?
http://cavemonkey50.com/code/full-feed/