Quantcast
Channel: Active questions tagged feed - WordPress Development Stack Exchange
Browsing latest articles
Browse All 33 View Live

a lot of errors with feedwordpress

I've been using feedwordpress for more than 1 year, but after some changes in my site, this plugin caused a lot of errors in my site frontend & backend. Unfortunately I don't remember all the...

View Article



How to get SimplePie fetch_feed without stripping iframe code?

I'm grabbing a remote feed in my plugin and some entries have iframe code I want to keep. However, SimplePie fetch_feed keeps stripping it out. Here is my code and what I've tried...

View Article

Remove or truncate site rss in

By default, all post's content is included into rss (content:encoded element).I would like to convert reader to visit website.Currently, description element is truncated, but content:encoded contains...

View Article

Does it makes sense to have {post}/feed?

Looking to the apache log of my host I found tons of requests that look like https://www.mywebsite.com/post-name/7239/feed/Why having /feed in a post? It sounds weird and the content seems not so...

View Article

display posts, pages and custom post types from another wordpress site

I have 2 sites one acting as a parent and the second acting as a branch of the organization. The sites are on different domains and databases.I want to display on the branch site some posts and custom...

View Article


How to have all RSS feed entries linking to the same specific page

I have a list of events. I built a CPT “Evenements” for these Events.I included these CPT in my rss feed using the following functionadd_filter( 'request', 'wpm_myfeed_request' ); function...

View Article

Cache a number of responses from external json feeds?

I have a project which displays information from about 60 stock tickers.The issue is, that the project is making requests every time the page loads for these 60 stocks.This is kind of how it looks...

View Article

Custom RSS causing timeout for website

I have a WordPress news site, which requires a custom RSS feed to be sent to a certain distributor.The issue is, that while the custom feed replaces the original one, it causes a timeout about every...

View Article


Featured Image in RSS Feed

I'm using the following code to add a featured image to my rss feed in wordpress.add_action( 'rss2_item', 'add_post_featured_image_as_rss_item_enclosure' );function...

View Article


How to get recent posts from wordpress RSS feed

I tried to find a way to get the latest/recent posts that published on my website, but the Rss feed seems to be Sorted alphabetically, so its not show the recent posts and make the feed rss kind of...

View Article

Disable every rss feed except home feed

I would like to disable every feed (comments, category, tags, author) as detailed here: https://wordpress.org/support/article/wordpress-feeds/ except for the "home-page feed" that you can found...

View Article

Display WordPress RSS Feed Thumbnail

I was fetching my blog posts from another WordPress site to another WordPress site. The issue I'm facing now is how to display the RSS Feed thumbnail.See my code below.<div class="row...

View Article

Getting headers and status code while using fetch_feed

I am using fetch_feed to pull in an rss feed, however I'd like to get the feeds header and the status code in the results.Is there a method to modify the results to include these two items(status code,...

View Article


My new custom post type is ruining my rss feed

I created a custom plugin which creates a custom post type live-blog. Now i am usingadd_filter('pre_get_posts', 'query_post_type');function query_post_type($query) { if( is_category() ) { //...

View Article

How to efficiently display RSS feed items from thousdans of different sources

I have looked around and there's a lot of static revolving around using RSS feeds so I haven't been able to find a straight answer.I am working on a website that pulls information from pubmed.org. This...

View Article


What Plugin Do You Use to Turn WordPress based site to A Blog Aggregator

I mean that if I want to publish news feeds ,blog updates like bloglines and techmeme . I and my users should have possibility to add RSS entries and the feeds should be published .For now I am using...

View Article

Bypass fetch_feed cache

I'm trying to bypass the cache used by fetch_feed, for specific users to force an update, by looking for the transient and deleting it before calling fetch_feed. if ( $this->bypass ) { $identifier =...

View Article


WordPress not showing the latest articles in RSS feed

I use the FD feedburner plugin to redirect all feeds of my self hosted WP site to Feedburner. That has worked fine until December 2013. Since then the redirection doesn't work anymore. The...

View Article

How can I remove certain HTML tags from the RSS feed?

One news aggregator wants to have RSS feed without any links into the <description> field. So I try to use this code in functions.php to remove <a href></a> tags, but it doesn’t work....

View Article

Disable feeds for specific custom post types

I want to remove the feeds for specific custom post types. Most recommended methods are not clean. There seems to be a option called $args->feeds but this does not work within the...

View Article

Change pubDate in rss feed in another format

In the default wordpress rss feed the element <pubDate> is <pubDate><?php echo mysql2date( 'D, d M Y H:i:s +0000', get_post_time( 'Y-m-d H:i:s', true ), false ); ?></pubDate>and...

View Article


Remove Default Read More Link in Manual Excerpt RSS Feed

I have a site that displays manual excerpts on the blog post page: https://teralynnchilds.com/blog. I added a custom read more link using the snippet found here:...

View Article


RSS feed not displaying excerpt text?

I am attempting to fix my RSS feed and have implemented the following code below in my functions.php. How do I go about getting the excerpt text to display in this RSS feed? The following code seems to...

View Article

Images in an RSS feed

I'm using Advanded Custom Fields on my WP site to sent text and images to an RSS feed. The RSS feed is used in digital signage software. I have tried to sent more than one image to the feed, using the...

View Article

How to add post featured image to RSS item tag?

I am able to add a post featured image to the RSS feed like so:function insertThumbnailRSS($content) { global $post; if(has_post_thumbnail($post->ID)){ $content =...

View Article


Dynamically Create Posts Via XML File

I'm new to wordpress/php and I'm trying to create new posts dynamically through a xml file.The xml I'm working with is this one.The file get updated periodically during the day in a FILO fashion (new...

View Article

URL syntax for searching post titles only (for RSS following)

I am following a Wordpress site via the native RSS feeds for search result queries.For example:https://site.wordpress.com/search/ticket/feed/rss2/But this seems to be searching all posts' content for...

View Article

register_post_type - rewrite / feeds, what's it for?

The codex page for register_post_type seems to suggest that it should be possible to disable feed generation for custom post types: rewrite (boolean or array) (optional) Triggers the handling of...

View Article

Get URL parameters with rewrite rules

We have some rewrite rules and would like to get the url parameters on that pages/feeds.That does work on regular feeds, but not on those with a rewrite rule.On regular feeds like...

View Article



Scheduled parsing of XML feed into wp_insert_post()

I coded a custom theme that parses and imports into a CPT the content of some multi page XML feeds.This it the current workflow:daily action scheduled for 2am with action-scheduler to process all the...

View Article
Browsing latest articles
Browse All 33 View Live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>