Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #742957

    Dear admin,

    does the enfold theme have a rss feed link? I’m trying to set it up but I cannot seem to find it. Please advise.

    Thank you very much!

    Dalen

    #742959

    Hi dalen550!

    RSS feed is not from Enfold, but from WordPress.
    You can try the following way

    http://domain.com/rss

    and it will work.
    Let us know if we can do anything else for you.

    Cheers!
    Basilis

    #775760

    Why can’t there just be a check box to include the RSS feed in the “Share links at the bottom of your blog post” section of the Enfold Blog Layout? Just asking. I do realize that I can create the link myself, but with that argument I could also do my own social buttons. But I like the look and feel of the Enfold style and don’t really want to re-create the wheel.

    Could this be put in the works in the next update?

    #775880

    Hi,

    Why can’t there just be a check box to include the RSS feed in the “Share links at the bottom of your blog post” section of the Enfold Blog Layout?

    I’m not sure I understand what you mean by that, could you try to explain a bit further please?

    Best regards,
    Rikard

    #776349

    Hey Rikard

    When you go to the “Enfold Theme Options” and select “Blog Layout” from the side menu; there is a section at the bottom labeled “Share links at the bottom of your blog post” with check boxes to display share links to various social networks at the bottom of your blog posts.

    Would it be possible to have an RSS option here? Maybe in the next update?

    Just an idea.

    Sincerely,
    Shawn

    #776444

    Hi,

    WordPress (and our theme) does not come with such a feature out of the box. There’re some plugins out there (like http://wordpress.org/plugins/hungryfeed/ or http://wordpress.org/plugins/embed-rss/ ) which may help you or you can try to hire a freelancer who can help you to implement a custom solution though this link: http://kriesi.at/contact/customization

    Best regards,
    John Torvik

    #1238070

    Hello

    i have a question re RSS output as I can’t find where certain parts are set. For example, from
    https://www.wpbeginner.com/beginners-guide/what-is-rss-how-to-use-rss-in-wordpress/

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <channel>
    <title>WPBeginner</title>
    <link>https://www.wpbeginner.com</link&gt;
    <description>Beginner’s Guide for WordPress</description>
    <lastBuildDate>Tue, 02 Dec 2018 14:13:37 +0000</lastBuildDate>
    <language>en-US</language>
    <item>
    <title>How to Fix WordPress Posts Returning 404 Error</title>
    <link>http://feeds.wpbeginner.com/wpbeginner/</link&gt;
    <pubDate>Tue, 02 Dec 2018 11:58:18 +0000</pubDate>
    <dc:creator>Editorial Staff</dc:creator>
    <category><![CDATA[Tutorials]]></category>
    <guid isPermaLink=”false”>https://www.wpbeginner.com/?p=10968</guid&gt;
    <description><![CDATA[<p>Description of post goes here…]]></description>
    <content:encoded><![CDATA[<p>Post goes here….]]></content:encoded>
    </item>

    In the RSS output of any of my Enfold site’s page (see private area below)
    <Title> contains the text “Comments on: ” and has extra new line chars. I want to get rid of that.
    <description></description> is missing.
    <pubDate> is missing but there is a <lastBuildDate>

    Can you please let me know where I set all these so the correct output appears for the Blog page and for each post?

    Thanks very much

    #1239575

    Hi,

    Thank you for the update.

    According to the documentation, you have to modify the rss templates (e.g wp-includes\feed-rss.php) in order to adjust the default feed content. But nlike the default theme templates, rss feeds can be overridden by removing the default actions (e.g do_feed_rss, do_feed_rss2) where the default rss templates are hooked, then create your own and use the get_template_part function to get the custom rss templates.

    Please check the documentation for more info.

    // https://codex.wordpress.org/Customizing_Feeds#Customizing_Your_Feeds

    You can also use the rss_item action hook to insert extra content in each rss feed item.

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.