Wordpress more tag and full feeds
If you use the more tag in your articles in Wordpress to cut off the article you might have noticed that the feeds get cut off at the same position even though you selected to provide full feeds of your articles. There is no obvious way to change this behavior and it took some time until I found the solution to this problem.
You will have to edit the file post-template.php in wp-includes. Open the file and search for the following string
if ( preg_match('/ (.+?)?

