I’d like to customize the feed URL of a certain WordPress-based blog that I don’t own in order to show all posts ever published. This is because I like...
I m trying to share my web site contents for other web sites using by external loop file or rss file. when i asked some questions about wp_remote_get function...
I’m using fetch_feed() to cache external rss sources displayed in a widget. in case the widget (or, more likely, the whole plugin) is deleted/deactivated, i want to manually delete...
Currently, the best way to get a feed generated for a single taxonomy term is by letting wordpress generate the content automatically: example.com/wordpress/feed?tax_slug=term_slug However, is there a built in...
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/HTML/CSS questions might be better asked at Stack Overflow or...
I’m using code to change Rss Feed Link for my wordpress site, it’s working but I don’t know how to add more than one rss link appear when someone...
I have a custom field called argument. I’m trying to add it in RSS feed using the following code, but it’s not working. Am I missing something? function acf_feed($content)...
I want to customize this part of WordPress feeds: <image> <url>https://[example.com]/wp-content/uploads/cropped-logo-32x32.png</url> <title>My Site</title> <link>https://example.com</link> <width>32</width> <height>32</height></image> There is a similar question with a wrong answer here. Changing media settings...
We have a custom RSS in our web. It works normally on Main page and post – https://www.kryptonovinky.cz/feed/spotify But in categories and tags it does not work https://www.kryptonovinky.cz/category/podcasty/feed/spotify redirect...
Is there anyway to create a special feed in WordPress that is on a delay that I can distribute to some of our content partners? I found some tutorials...