Customize RSS feed for WordPress.com hosted site
-
Hello,
I’m trying to decide whether I should host my site on my server or use WordPress.com, and one of the things I’d like to do is customize the RSS feed to have it a description field. Is it possible to do so if I were to host the site in WordPress.com? If so, it would be great if you could point me to the documentation / provide me a short instruction.
Thank you so much!
Joheun -
Hi, here is a link that has a step by step instruction on how to create a customized RSS feed.
https://www.wpbeginner.com/wp-tutorials/how-to-create-custom-rss-feeds-in-wordpress/
I hope this helps! -
Hi Christina,
Thanks for the link! I guess it’s clear how to customize it as long as I’m hosting the site on my own web server, but what I’m unsure is if I can follow those steps when I use the Business plan from WordPress.com.
Any other insights are appreciated!
Thanks!
Joheun -
Hi there, I’ve gone ahead and tagged this thread for Staff assistance. Thanks for your patience while they get back to you.
More about the Business plan in general: https://en.support.wordpress.com/business-plan/
-
@christinamccomiskey Support documentation for sites hosted on WordPressdotcom can be found on our Support site at https://en.support.wordpress.com/ Thanks.
-
Hi there,
On WordPress.com customizing your RSS feed is only possible on our Business Plan where you can use a code snippets plugin to add the necessary code to your site’s functions.php file.
-
Hello,
Thanks for the response! So it sounds like we could modify any .php files as long as we use the Business plan & the code snippets plugin – is that correct?
The recommendation was to modify the feed-rss2.php file for the custom RSS feed, and there would be quite a few modifications that we would need to make to the other files that are part of WordPress. Just wanted to make sure that we would be able to achieve everything through the Business plan & plugins.
Thank you so much!
Joheun -
So it sounds like we could modify any .php files as long as we use the Business plan & the code snippets plugin – is that correct?
No. First, adding code with a code snippet plugin does not actually modify any file on your site. It just runs that code as if the code was included in your theme’s functions.php file.
Second, the code snippet plugins I see on the first page if searching the WordPress.org plugin repository all only affect functions.php, and I know there are similar plugins that affect your theme’s header.php and footer.php files, but I don’t know of anything that can be used to modify any php file on your site, and if there exists such a plugin it will very likely not be compatible with WordPress.com.
If you need to be able to modify any file for your site, then our Business Plan is not the best fit for you. You’d need to be with host that offers FTP access in that case. There are some options that you can consider here:
-
- The topic ‘Customize RSS feed for WordPress.com hosted site’ is closed to new replies.