I have changed
$more = 1;
to
$more = 0;
for these files:
/wp-includes/feed-atom.php
/wp-includes/feed-rdf.php
/wp-includes/feed-rss.php
/wp-includes/feed-rss2.php
I then went to Settings > Reading and changed For each article in a feed, show to Full text.
I wrote a new article with the more tag, published it and went to look at the feed in my feed reader. It showed the full feed.
So I went back to Settings > Reading and changed For each article in a feed, show to Summary.
I wrote another new article which also has the more tag and published it. Went to the take a look at my feed reader and it only showed the first few sentences. That is, it cut off way before the <!more> tag.
What am I doing wrong and how can I overcome this?
I want the article to cut off at the <!more> tag for those that have that and for articles without the <!more> tag, to show in full.
Any suggestions?