New Landing How can we help? Themeforest Theme Support Dante RSS feed won't display full text

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Dante
  • #139114
    jlemon
    Member
    Post count: 24

    On my RSS feed, the full text of my post doesn’t display. In Settings > Reading I have “For each article in a feed, show” to full text, but my RSS feed still just displays the “this article first appeared on..” from my SEO plugin. I would like to display full text of my articles in my RSS feed. Thanks!

    #139319
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please add this custom php script at functions.php of child theme.

    function add_feed_content($content) {
    	$content = get_the_content();
    	return $content;
    }
    add_filter('the_excerpt_rss', 'add_feed_content');
    add_filter('the_content', 'add_feed_content');

    Thanks
    Mohammad

    #140980
    jlemon
    Member
    Post count: 24

    i did that, but it still shows the same thing in my feed.

    #140993
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me wordpress admin login detail so i can check and resolve the issue.
    Thanks
    Mohammad

    #141007
    jlemon
    Member
    Post count: 24
    This reply has been marked as private.
    #141026
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    We can’t login in your site, you have this error.

    Fatal error: Call to undefined function get_current_screen() in /home/c3church/public_html/wp-content/plugins/nextgen-facebook/lib/com/util.php on line 290

    -Rui

    #141051
    jlemon
    Member
    Post count: 24
    This reply has been marked as private.
    #141317
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Already managed to login but do you have a link for the place where you are seeing the text “this article first appeared on.”

    thanks

    -Rui

    #141597
    jlemon
    Member
    Post count: 24

    it occurs in my rss feed. like through an rss reader.

    #142010
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    yes, but a WordPress site has several Rss links.
    What is the link you have in the Rss Reader?

    -Rui

    #142037
    jlemon
    Member
    Post count: 24

    Sorry, here is the feed in question:
    http://c3church.tv/category/cross-training/feed/

    #142378
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Thanks for the link.

    In a similar link from our site demo you can see that is Full description.
    http://dante.swiftideas.net/category/talent/feed/

    Can you try to turn off your plugins to discard any plugin conflict?

    -Rui

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.