Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Hugh Lashbrooke

    (@hlashbrooke)

    I assume you mean that you would like the full content (and not just the excerpt) to appear in the feed. The feed uses WordPress’ built-in content functions, so you will need to go to Settings > Reading andchange the For each article in a feed, show setting to be Full text instead of Summary. That should get it sorted for you.

    Thread Starter etalli

    (@etalli)

    It is set that way, as you can see here: http://www.hotinhere.us/feed/
    But still the podcast feed is excerpted, as you can see here http://www.hotinhere.us/feed/podcast

    Plugin Contributor Hugh Lashbrooke

    (@hlashbrooke)

    That’s odd because the podcast RSS feed uses the exact same function as the core RSS feed to display the content in the content:encoded tag:

    get_the_content_feed( 'rss2' )

    Inside that function, two filters are run on the content before it’s returned: the_content and the_content_feed – do you possibly have any code that hits those filters, but is not necessarily applied to the filter when it runs inside the podcast feed? Or maybe it only applies to the podcast feed for some reason.

    That’s the only thing I can think of because other than that, the functions for the core feed and the podcast feed should return identical content.

    Plugin Contributor Hugh Lashbrooke

    (@hlashbrooke)

    I have had a further look into this and I discovered there was one issue that was causing the episode description to be shortened. I have fixed that up now and the fix will be available in the next release of the plugin 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Include full text in episode contents’ is closed to new replies.