// Filter to strip anchor link from the content (so "read more" goes to top of page, not anchor location). add_action('the_content', …
the_content
Promote your RSS feed on every post
/* * This demo uses the_content filter to add an RSS * link to the end of every post. * * @uses the_content * @uses is_single() …