The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
17 views

How to add featured image or custom field to xml feed?

I already tried the plugins RSS Manager, Add featured image to RSS feed and Featured Image In Rss Feed. But all they do is add the image inside the <description> attribute of the xml feed. ...
0
votes
1answer
120 views

How can I add rel=“nofollow” attributes on RSS widgets?

By default Wordpress does not appear to have the option to add rel="nofollow" attributes on the RSS widgets. <li> <a class="rsswidget" href="http://news.google.com/news/url..."> ...
0
votes
0answers
15 views

Custom Post Type Feed displaying all posts

I'm having some problems with an RSS feed for a custom post type. If you view this URL http://intentional.wpengine.com/feed/?post_type=30daychallenge you'll see a raw feed. Everything looks to be fine ...
0
votes
0answers
18 views

Post from one WordPress site to another

I have two sites running on WordPress. I have a form on one site that generates a custom post type, and I would like this custom post type to be posted to another WordPress site. How can I do this? Is ...
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 ...
0
votes
1answer
18 views

Display external RSS feed on pages

i'm working on a website that is built on WordPress & the Genesis Framework. I'm looking to display an RSS feed From Feedstich within WordPress pages in the middle of the content. What is my best ...
0
votes
1answer
16 views

Control time of addition of posts to RSS?

I have a friend who is trying to control when posts get added to the RSS feed, not when they get added to the site. Is there a way to duplicate the date published section in admin, but for the RSS ...
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 ...
0
votes
1answer
424 views

Can't Display Featured Image in RSS Feed

I'm currently working on a test website on my local server using WordPress version 3.4.2. I've tried various different solutions. Some have included installing various plugins, such as WP RSS Images ...
0
votes
1answer
35 views

Custom RSS feed - blank page

I've read all the articles about creating a custom RSS feed, but haven't had any luck - always results in a blank page. To make things simple, here is the code I'm using - with the link being ...
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 ...
0
votes
2answers
293 views

woocommerce rss feed option

I want to do an ecommerce in wordpress. So to do that I have installed woocommerce plugin. Now it is working fine. But now I want to put a RSS Feed link in my site. I know about normal wordpress RSS ...
0
votes
2answers
389 views

Custom post types - RSS lastBuildDate issue

I'm using CMS Press for custom post types. The issue is the feed doesn't validate because lastBuildDate is blank. I am not using WordPress's default posts for anything and that is causing the problem. ...
0
votes
1answer
20 views

Get Link to Feed On Term or Taxonomy

Instead of building the link myself, I was wondering if wordpress has a function which generates a link to a given feed, be it a taxonomy, term, or post type. Perhaps it might even generate the little ...
0
votes
0answers
23 views

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 ...
1
vote
1answer
125 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: ...
0
votes
1answer
21 views

CDATA error for RSS feed

The RSS feed of my site is not working. The error message is: A CDATA section was not closed line 33 character 25 with this on another line below: <description><![CDATA[<br/> ...
0
votes
1answer
109 views

Wordpress RSS widget and Yahoo Pipes

My RSS widget seems to be having a mind of its own! I am using a yahoo pipe to combine multiple feeds into one feed. The output RSS is being fed into the RSS Widget. I have modified the pipe to have ...
0
votes
0answers
15 views

How to count RSS posts from a custom URL?

In my RSS feed, for example in a custom conditional URL: domain/?m=20130407&feed=rss2&cat=3 I'm getting all my required tags, after editing wp-includes' file feed-rss2.php With pagination ...
0
votes
1answer
30 views

Change the link URL in default RSS feeds

My wordpress feeds post item looks following: <item> <title>Taste Trail – Lima and Cusco’s Best Eats</title> <link> ...
0
votes
0answers
14 views

Why '/post_type/feed/' differs from '/feed/?post_type=XX'?

I was trying to put the thumbnails for my custom post types in their respective feed using the the_content_feed and the_excerpt_rss filters. The problem was when I reached for the feed using the ...
0
votes
0answers
61 views

How to debug/diagnose RSS feed that's not working?

The RSS feeds on my site don't seem to functioning properly. I recently updated my theme to a new theme I developed and ever since that point the RSS feeds don't display all of my site's content ...
0
votes
0answers
29 views

Wordpress not showing full text in feed

I have been reading around and I cannot figure out why (even with the full text option checked in settings) that my feed will only display excerpts of posts instead of full posts. Any ideas? here is ...
0
votes
1answer
18 views

I want to add a custom field in the rss title of each post, but don't want it to be shown on the site

I've seen that other sites have done this but didn't manage to do it myself. I have certain custom fields for each post and I want one of these custom fields to be shown in the RSS feed in the title ...
0
votes
1answer
32 views

Problem with articles feed: XML Parsing Error: XML or text declaration not at start of entity

I have a problem with WordPress articles feed. I have discover it analyzing what googlebot is scanning on my site and I disconvered that it is scanning only the feed and not the articles... So I have ...
0
votes
2answers
56 views

How do I use fetch_feed() to pull in a large number of posts?

When I use fetch_feed() to pull in posts from a feed, even if I set the maximum posts variable to a very high number, it will only pull in 10 posts. I want to pull in all the posts and then paginate ...
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 ...
0
votes
1answer
93 views

RSS feed not Refreshes

I use RSS widget I put the address of the RSS on RSS widget: http://mysite.tumblr.com/rss I add the code to functions.php add_filter( 'wp_feed_cache_transient_lifetime', create_function('$a', ...
0
votes
0answers
22 views

Return URL Feed

I installed The plugin Remove All Feeds for WPSE33072 <?php /* Plugin Name: Remove All Feeds [for WPSE33072] Description: Remove all feeds from WordPress Author: Christopher Davis Author URI: ...
1
vote
1answer
57 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 ...
0
votes
1answer
106 views

RSS Feeds not working in Chrome/ok in IE and Firefox

I have problems with the RSS feed not functioning properly in Chrome. When clicking on the RSS icon in top header or bottom of page, I get strange page message. http://bit.ly/UyJPbo I usually put all ...
0
votes
2answers
1k views

WP HTTP Error: couldn't connect to host for RSS feeds on same domain

I'm having trouble reading RSS feeds created by WP3 on the same domain. When I do a print_r($rss); at the part of my plugin where it does the RSS parsing, I get the following output: WP_Error ...
1
vote
2answers
844 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? ...
3
votes
2answers
552 views

Reducing image size in RSS only

Is it possible to reduce the image size of WordPress rss feeds parse to feedburner? Meaning to say I still want to retain the large image size on the original post page but only display the ...
0
votes
1answer
259 views

How do I edit wp_head and/or functions.php to remove rss-feed which isnt used and dont validate?

When using w3.org's validation tool Unicorn I get the following error/warning: URI: http://energyshop.se/hem/feed/ This feed does not validate. After looking into my source its there crystal clear ...
0
votes
1answer
53 views

RSS Feed in Custom Field

I have a custom field intended for a rss feed. It is simpley a URL in the field, how do I take that url entered and output it into the correct section in the template? <?php include_once(ABSPATH . ...
0
votes
1answer
181 views

RSS feed widget for specific categories with latest posts?

Is there an alternative for default RSS widget? There is one detail that is not working properly. For example if you have more categories you can add default RSS widgets for each categories. They are ...
1
vote
1answer
119 views

Full text articles in the rss feed (i.e. without the more tag)

I can't seem to remove the "Continue reading..." link in my rss feed. The feed is located here: http://gforge.se/category/r/feed/ I use the <!--more--> tag manually and I've checked that the ...
0
votes
1answer
98 views

RSS widget keeps disappearing from sidebar [closed]

I've been trying use the built-in RSS widget with a current blog but every time I refresh the Dashboard after saving the feed information, the widgets disappears from the Dashboard sidebar. I've tried ...
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 ...
2
votes
2answers
2k views

How to create additional full text RSS feeds

At the risk of sounding completely ridiculous, i'm posting this question here as the nature of my query doesn't seem to help me much from google. My wordpress default rss feeds makes use of post ...
-3
votes
1answer
79 views

Add Custom postmeta Fields to Custom Post Type RSS in wordpress

function add_custom_fields_to_rss() { if(get_post_type() == 'my_custom_post_type' && $my_meta_value = get_post_meta(get_the_ID(), 'my_meta_key', true)) { ?> ...
0
votes
6answers
620 views

How to reorder and display a feed to be chronological?

I have a feed from an events calendar that once put in the WordPress RSS widget displays the feed items in reverse chronological order. So the events that are farthest in the future display first, and ...
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 ...
0
votes
1answer
62 views

Add audio attachment link to RSS

This is how I'm adding a featured image to my RSS: function featuredtoRSS($content) { global $post; if ( has_post_thumbnail( $post->ID ) ){ $content = '' . get_the_post_thumbnail( $post->ID, ...
0
votes
1answer
105 views

Wordpress Feed Error

When you access mysite's feed you get the error message shown below. I've checked my functions.php file that no have any extra space on bottom end of file. error on line 1 at column 6: XML ...
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 ...
-4
votes
1answer
101 views

Get content from one Wordpress website to another

I have been at this for days and now feel like I am way off track out of desperation and lack of knowledge. Pretty much I am trying to "scrape" public info from one Wordpress install to a separate ...
1
vote
1answer
60 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) ...
0
votes
1answer
28 views

Generate aggregated feed from member blogs

I currently manage a multisite installation with 7 member blogs. We need to produce a combined RSS feed of news from all 7. Currently we use Feedwordpress to syndicate 6 blogs into blog number 7. This ...

1 2 3 4 5