I have a little problem with my self hosted wordpress blog.
the problem is it keeps truncating my feeds even when I have chosen not to in the settings page.
one thing to bear in mind is that I use <!--more--> tag in almost all of my posts. I was wondering if it's because of that or something else?!
any help would be awesome.
thanks
Tell me more
×
WordPress Answers is a question and answer site for
WordPress developers and administrators. It's 100% free, no registration required.
|
|
|||
|
Make sure you check the page source of your feed - some browsers will not show the full feed when looking at it raw (as the plain XML file) when using your browser to view http://yourdomain/feed If you look at the raw source the full text should be found in under the "content" tag - Firefox for example will only show the "title" "link" and "description" but hide the content. IE will show the full feed in the browser. Also make sure the full feed is set in the wordpress settings |
|||
|
|
|
Could also be something your theme is doing. Does you theme have an options panel, with an option related to RSS feeds? |
|||
|
|

Full Text Feedplugin but it doesn't do any good! – Hamed Momeni Aug 12 '11 at 18:00