The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
202 views

how to make <!--more--> function in RSS feed like it does in posts

I'm dealing with an RSS feed problem that is making me crazy. I have begun manually incorporating in my recent blog posts in order to cut off the post at the desired spot and entice people to click ...
1
vote
1answer
354 views

is it possible to get complete wordpress blog post in a rss feed?

I want to include images, time and date stamp? I'm using the google feed-control Api to load rss feeds but only get the title and body text from it. I would like to render the entire post blog post ...
1
vote
1answer
218 views

placement of wp_error with fetch_feed

This might be really simple, but I'm pretty hopeless when it comes to rss and WP. Where should I put the if ( is_wp_error( $feed ) ) { in a code like this: <?php $rss = ...
1
vote
1answer
486 views

Nice RSS Feed URLs for each custom post type

By default WP seems to display all posts of all types in the main RSS feed. You have to add a post_type query variable to show post of a certain type... So how can I turn this: ...
1
vote
2answers
207 views

How Can You Exclude Categories From Your RSS Feeds?

I've searched and found posts that have asked and answered how to merge different categories into an RSS feed. What I need to know is how to exclude specific categories from the RSS feed? ...
1
vote
2answers
263 views

Can WordPress Read Its Own RSS Feed?

I am using a static front page for my blog to which I have added a widgetized sidebar area to hold an RSS feed widget. I want to show summaries of the latest two or three blog posts on the front page, ...
1
vote
1answer
67 views

Various Wordpress Feeds for Same Blog

With http://blog.serverfault.com there are a couple of feed URLs: http://blog.serverfault.com/feed gives a normal feed with the full content of the post. http://blog.serverfault.com/rss gives only a ...
1
vote
1answer
249 views

Need Category RSS Feed that shows all posts

How do I go about making this? I've been trying to get add_feed and such but have had no luck.
1
vote
2answers
478 views

How to set the cache for the built-in SimplePie feed parser?

I'm using the built-in SimplePie, AKA fetch_feed(), to retrieve a feed, and I want to be able to adjust the cache time from an admin menu. SimplePie itself is well documented, but not so much the ...
1
vote
3answers
817 views

How to add an RSS logo to my blogs header?

I have started a new site (here), I want to add the theme a RSS icon/logo on the top right of the theme (like in this theme). What is the best way for doing that? (PHP/CSS wise)
1
vote
1answer
267 views

How often does the RSS widget get updates?

I am asking since I am trying to understand if this widget is causing my server to overuse CPU or memory. But either way - it's interesting to know.
1
vote
1answer
157 views

Help needed to make my site as Aggregator

I am having a doubt about using "Cron Job" . I have installed a Plugin named FeedWordpress which lets us to publish RSS feeds .It has given me an option to publish automatically or to publish by ...
1
vote
1answer
22 views

Editing Category RSS Feeds

I have the following PHP code below that I would like to add to the category feed in WordPress. <?php if(get_the_post_thumbnail()): ?> <featured-item><?php echo ...
1
vote
1answer
167 views

Getting images to show up in RSS Reader

I'm trying to get posts' featured images to show up in RSS Reader. When I look at the raw RSS XML I can see the images are successfully being written into <description> and also under ...
1
vote
1answer
106 views

How do I create an alternate RSS feed for tags with custom image sizes for MailChimp?

I am looking to create an alternate RSS feed for a specific group of tags with custom image sizes to be used with MailChimp. Is it possible to customize RSS feeds for specific tags? For example the ...
1
vote
2answers
249 views

Remove specific page/post from feed

I'm working on a website with lots of tutorials/pages. I have made a separate rss feed for the pages - works fine. But then I had to create a sitemap (a page), and it shows up in my "pages" rss ...
1
vote
2answers
53 views

Get RSS feed about plugin new update

I would like to know if there is a way to get a rss feed when one of the plugin of my website is available. Indeed, I need to manage updates of some website, but I don't want to lose my time ...
1
vote
1answer
315 views

Aggregate multisite RSS and restrict certain content

As the title says, I've got a multi-site setup with 18 sites and would like to combine the RSS feeds from all sites into the root site's feed. The other feeds can still exists, that's not a problem. ...
1
vote
1answer
85 views

How can I migrate to worpress using my last blog's rss

I have all of the my blog's posts in a rss file and I want to copy them in my blog.How can I do this?!?
1
vote
1answer
93 views

Addition Text to Post Titles (Custom Post Types) in RSS

First, I have used this code to add my custom post types into my feed (below): function myfeed_request($qv) { if (isset($qv['feed'])) $qv['post_type'] = get_post_types(); return $qv; ...
1
vote
2answers
841 views

How to display an RSS feed widget inside a page?

I have an RSS feed (link) that I would like to display as a widget inside one of my posts. The wordpress RSS widget already does that on the sidebar, is there some solution to have it in the post? ...
1
vote
1answer
448 views

How to Fetch Rss Feeds From Other Websites

I've 3-4 Blogs 2 on same topics I want if i post on 1st blog then 2nd blog can fetch feeds automatically and save that in database as a post or Can anyone tell me how smashing network work when ...
1
vote
1answer
98 views

RSS Feed Behaviour (Inc. Feedburner)

I have a self hosted Wordpress site (latest update as of time of posting) that I am using to host a podcast that I am starting. In order to minimise any future hassles should I have to change hosting ...
1
vote
1answer
84 views

custom rss templete

The objective is to fetch fields associated with a specific post id to create a custom rss feed. It is required to use functions like the_content_feed('rss2') , the_excerpt_rss() etc outside the ...
1
vote
1answer
229 views

What's a good RSS Importer?

I'm looking for a good RSS importer to use on my WordPress installation. The current one isn't importing images properly, and I don't want to fix it. It needs to be an automated importer. Where I ...
1
vote
2answers
1k views

Automatically Import WordPress Blog to Facebook Page

I managed to import wordpress post to Facebook with this: http://www.insidefacebook.com/2009/02/22/how-to-import-your-blog-into-facebook/ When i create new post, Facebook doesn't show any new posts ...
1
vote
1answer
70 views

RSS Subsriber count without using feedburner

Currently, I have a blog which is running on wordpress. I want to know how many users subscribe my feeds. I know that if i used feedburner, I can get the counter from there. But I was really wondering ...
1
vote
1answer
826 views

What flash slideshow player can read an rss feed as a source?

i would like to add a flash slideshow to my wordpress site, but do not want to manually add the pictures. I currently use nextgen to manage my galleries. I have a page set up that shows the most ...
1
vote
1answer
767 views

How to enable thumbnails in RSS dashboard widget

I'm successfully using fetch_feed() to display an RSS feed inside a dashboard widget. However, I'm unable to load the thumbnail image from the items in the feed. I'm attempting to do it with the ...
1
vote
2answers
2k views

Out of memory errors - anon-rss or file-rss?

Can anyone help me figure out both which plugin might be causing this error and how I fix it? [4405235.617144] Out of memory: kill process 1450 (apache2) score 75568 or a child [4405235.617155] ...
1
vote
1answer
177 views

Delaying One RSS Feed in WordPress but Not the Others?

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 on how to delay your feed but it uses the ...
1
vote
1answer
24 views

Limiting the WordPress feed to only a certain limit of characters

I have a WordPress installation that sometimes uses long and lengthy posts delimited by the <!--more--> tag. However on my RSS feeds, the entire post is shown. Is there a way, aside from custom ...
1
vote
1answer
13 views

How to pull in photos from an RSS feed on another wordpress.com site

I'm creating a "portal" (wordpress.org) site and I want to pull in some photos from a related wordpress.com blog site. There is a cartoon on each blog post and I want to display the latest one in my ...
1
vote
0answers
32 views

RSS feed for dynamic set of custom taxonomies terms

I've got a CPT called 'Job' and three different taxonomies associated with it: location, type (permanent/contract) and expertise. I've got a filter on the website that allows to search for jobs of ...
1
vote
1answer
56 views

RSS dashboard widget not showing visuals

I am using a RSS feeds widget on my dashboard as shown in this Q&A. Problem is feeds doesn't show up any visual like images or videos. I verified this by looking raw feeds which I used. Here is a ...
1
vote
1answer
77 views

Custom post type RSS feed, multiple post published on same day bug

I'm working on a plugin that will create a custom post type for press releases. The objective is to give the user the ability to easily create a press release in the standard press release format. An ...
1
vote
1answer
59 views

How do I get link URLs from the Wordpress links backend into an array?

I'm currently running a blogroll on a site I'm working on by defining a variable with an array that has all the rss feed urls I want to pull from. Like this for example: <?php // Get RSS Feed(s) ...
1
vote
1answer
26 views

date issue with category post retrival

I am trying to retrieve all posts from an rss feed from a category, and I have working code that does this. However, on one category I will only get all posts until a certain date. Any post prior to ...
1
vote
1answer
124 views

How to create category index table out of wordpress site or on other website?

I want to create a page on other part on my website (outside wordpress directory) where I can show list of posts from a specific category. I am looking for exact solution provided by @toscho here: ...
1
vote
1answer
90 views

One reason for changing the GUID

I create product custom posts from an external data suscription, populating some custom fields and displaying product specifications automatically. As there are a lot of these products, the manual ...
1
vote
1answer
45 views

Cannot retrieve a custom RSS field from posts

The goal is to display a featured thumbnail micro thumb as a custom field in RSS. This is what I've done: //theme functions.php function rss_post_thumbnail($content) { global $post; ...
1
vote
0answers
47 views

Remove […] from RSS feed?

I would like to remove the [...] from the RSS feed widget. I have tried adding the following to functions: function replace_ellipsis($text) { $return = str_replace('[...]', '-', $text); return ...
1
vote
0answers
54 views

Category RSS feed doesn't show category name

I'm pulling an RSS feed from a custom post type "blogs" under a category of "workers-compensation". Here is the URL: http://www.company.com/category/workers-compensation/feed/?post_type=blog The feed ...
1
vote
0answers
116 views

Excerpt formatting for Google News Feed

We're currently bringing in a Google RSS News Feed using FeedWordPress and it works great. This issue is that Google uses a defined table structure in their RSS. The excerpt function has no problem ...
1
vote
0answers
128 views

Feed error: A feed could not be found at youtube.com/… (1 post)

FeedWordPress doesn't work very well with YouTube feeds. The RSS feed clearly exists when I visit the link via web browser, but FeedWordPress can't find it. YouTube feeds work just fine with other ...
1
vote
1answer
525 views

RSS Feed Custom Title?

For some reason my RSS feed is repeating the site title twice without a space, obviously quite annoying. BlognameBlogname for example. Is there any hook i can use to have a custom title for the RSS ...
1
vote
1answer
104 views

Force use of RSS 0.92 feed

Just wondering if there was an elegant way to force WordPress to use the RSS 0.92 feed at all? The reason I ask is that we have added some custom XML tags to a site's feed so that an accompanying iOS ...
1
vote
0answers
273 views

How to remove/exclude specific posts in a category from RSS feeds after particular date [closed]

I want to remove/exclude some posts of a category from RSS feeds after particular date. First of all i want to specify that same requirement i already accomplish for front page posts. I have two ...
1
vote
0answers
99 views

RSS feed is empty [closed]

is anybody know about this issue? I have implemented RSS feed in functions.php file for two custom post types: function myfeed_request($qv) { if (isset($qv['feed']) && ...
1
vote
1answer
174 views

Bizarre issue with custom RSS template

I'm trying to create a custom RSS feed template for a site my company manages, and I've encountered a very confusing bug I'd like some input on. First off, as background context, after a lot of ...