forked from wezm/wezm.net
Remove link to non-existent Wordpress post
This commit is contained in:
parent
942b46a3ae
commit
83a5d46470
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
Here's tip for something I worked out today. WordPress blogs generally have an RSS feed available for the comments on a post. This is handy for when you want to see other comments posted without having to remember to check back. The problem is many <acronym title="WordPress">WP</acronym> themes don't provide a link to the feed. The solution is to add `/feed` to the URL of the post, so for this post the comment feed is at:
|
Here's tip for something I worked out today. WordPress blogs generally have an RSS feed available for the comments on a post. This is handy for when you want to see other comments posted without having to remember to check back. The problem is many <acronym title="WordPress">WP</acronym> themes don't provide a link to the feed. The solution is to add `/feed` to the URL of the post, so for this post the comment feed is at:
|
||||||
<a href="http://www.wezm.net/2008/07/02/comment-feeds-in-wordpress/feed">http://www.wezm.net/2008/07/02/comment-feeds-in-wordpress/feed</a>.
|
|
||||||
|
<u>http://www.wezm.net/2008/07/02/comment-feeds-in-wordpress/feed</u>
|
||||||
|
|
||||||
**Update 25 Mar 2010:** The example given will no longer work because I've moved this site off WordPress.
|
**Update 25 Mar 2010:** The example given will no longer work because I've moved this site off WordPress.
|
Loading…
Reference in a new issue