Tagged: rss feed
-
AuthorPosts
-
February 5, 2017 at 10:11 am #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
February 5, 2017 at 10:55 am #742959Hi dalen550!
RSS feed is not from Enfold, but from WordPress.
You can try the following wayand it will work.
Let us know if we can do anything else for you.Cheers!
BasilisApril 11, 2017 at 3:37 am #775760Why 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?
April 11, 2017 at 8:49 am #775880Hi,
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,
RikardApril 11, 2017 at 10:35 pm #776349Hey 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,
ShawnApril 12, 2017 at 5:31 am #776444Hi,
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 TorvikAugust 16, 2020 at 1:48 am #1238070Hello
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>
<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>
<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>
<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
August 20, 2020 at 4:36 pm #1239575Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.