RSS Feeds
For those of you reading the RSS feed, you will of noticed a change from summary to full posts. I have made the change because of the number of people taking the RSS feeds. Don’t worry if you want to keep the summary feeds because they are
still available.
The problem is that WordPress only lets me not you choose full or summary feeds. A quick search of the WordPress support forum found other people having the problem, it is either full or summary post. Found a post that provided a little help, so I hacked a couple of pages (actually copied wp-atom.php and wp-rss2.php to wp-atom-summary.php and wp-rss2-summary.php and modified them) and also modified the .htaccess file to make things a little easier, but there is more to be done.
Summary RSS Feeds
Full RSS feeds
While I would love to post a tutorial on how I managed to do it, it was a case of copying the files, working out what needed to be removed and cutting it out. Instead have a look at the zip file containing two .php files I created.
The two lines I added to the .htaccess file are
RewriteRule ^feed/rss2summary/?$ /wp-rss2-summary.php [QSA,L] RewriteRule ^feed/atomsummary/?$ /wp-atom-summary.php [QSA,L]
The danger is .htaccess file might be overwritten when you changes your settings in WordPress, so be aware of the danger. I just changed the permission of my .htaccess file so I can not overwrite it.
Please let me know if you have any problems with the RSS feeds from this site. This site is very much a learning experience.
Update 16 Oct 2005 22:18 I would advise against manually editing the .htaccess file if you want to add pages (not posts) and make use permalinks. Stay tuned for any new problems.
Update 17 Oct 2005 13:30 My problems with the .htaccess file had to do with permissions. I would strongly advise against deleting your .htacess file on your server and uploading a new one. Instead edit your .htaccess file and add what you need after
#END WordPress:
You may need to change file permission to do this, just remember to change the permissions back, more details can be found in the WordPress Codex.
June 27th, 2008 at 1:31 am
Google is king of the internet. The only internet experience second to searching is email (which Google also does well.) At the very least, there should be heavy focus on being properly indexed.
In recognition of “Searching is everything,” I believe your search bar should be placed at the top of the MAIN PAGE — to show appreciation for the more STICKY site traffic. Top is generally the default location, right?
A simple key-press, [END] or [PG DOWN] works around this, so perhaps you can leave it at the bottom for nested content.
Does TOP:MAIN & BOTTOM:NESTED seem logical?
June 27th, 2008 at 1:32 am
Also, why does it not default to searching YOUR SITE?