Forums

[resolved] RSS Feed Broken in 3.2.1 (3 posts)

  1. StogieC
    Member
    Posted 5 months ago #

    This logic is obviously messed up but there is no excerpt showing up anyway.

    <?php if (get_option('rss_use_excerpt')) : ?>
    		<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>
    <?php else : ?>
    		<description><![CDATA[<?php the_excerpt_rss() ?>]]></description>

    http://www.allnineyards.com/?feed=rss2

    If I modify feed-rss2.php to use "<?php the_content_rss() ?>" then the field is populated with the post's text; but all internal links and image URLs are put in to footnotes with a "[1]" left in their original position.
    This is causing some rss readers and syndication systems to display those footnote indicators and ignore the images or URLs. GIGO I can't change that behavior because the "make_url_footnote" function has been deprecated.

    HELP!!!

  2. StogieC
    Member
    Posted 5 months ago #

    actually, the logic is fine, it's just that the_excerpt_rss and the_content_feed functions are not working.

  3. StogieC
    Member
    Posted 5 months ago #

    Pingchecker plugin was the problem it kills the_excerpt_rss and the_content_feed functions.

Reply

You must log in to post.

About this Topic