Reply To: RSS feed before the “more” tag
I know this thread is a little old, but I think this is what you’re looking for… Just add the code below to the functions.php file in your theme. function mytheme_content_feed($feed_type = null) { if...
View ArticleReply To: RSS feed before the “more” tag
Is there a solution for this? I am having the same issue.
View ArticleReply To: RSS feed before the “more” tag
I have the same problem, looks like someone else has found a solution, but I can’t really come up with a solution for myself, it doesn’t work for me. It’s a bit odd, since I use wordpress since ages...
View ArticleReply To: RSS feed before the “more” tag
I did, but it says nothing about stopping right after “more” tag, I don’t need an exact amount of of words (50), I need the feed to look, whether “more” tag has started and basically publish...
View ArticleReply To: RSS feed before the “more” tag
It was displayed in full text feed but is not in summary, which is a pity. The summary feed uses an rss-version of the_excerpt() – which means that a lot of formatting is removed. Have you had a look...
View ArticleReply To: RSS feed before the “more” tag
Thx for an answer. Feedburner updated, though it’s still not as I want it too. Is there any way to code rss to grab all the info before the “more” tag? Also all my posts have a picture first. It was...
View ArticleReply To: RSS feed before the “more” tag
The summary option is your best approach though it may take feedburner some time to update. You can’t, however, exclude content from the feed based on a CSS class. Classes simply don’t apply – in any...
View ArticleRSS feed before the “more” tag
Might be a silly question but I didn’t find anything of use to this issue. Actually I’ve only found people’s concerns about this feature being BAD. The irony is I need it this way – my rss content to...
View Article