The rss tag has no wiki summary.
1
vote
3answers
1k views
How to grab first image attached to post and display in RSS feed?
I've seen the tutorials on how to grab the first image and display it in a post, and those on grabbing the post_thumbnail and using that in the RSS feed, but does anybody know how to grab the first ...
0
votes
4answers
2k views
0
votes
6answers
614 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 ...
0
votes
1answer
791 views
Getting Thumbnail in fetch_feed from custom field
i have setuped showing rss from my network site using fetch_feed();
include_once(ABSPATH . WPINC . '/feed.php');
$rss = fetch_feed('rss link here');
$maxitems = $rss->get_item_quantity(5);
...
0
votes
1answer
85 views
Help with Magpierss and Wordpress
Hoping someone can help.
I'm trying to update a friends website - the original developer has gone AWOL unfortunately and left me to pick up the pieces.
On the front end of the site the developer has ...
0
votes
2answers
367 views
Get full content from feeds and save a duplicate copy in my site
Okay Now I'm editing old problem because its done but now i've new problem I've knowledge of mysql queries but not wordpress queries I'm doing this with mysql queries and its working well but server ...
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 ...
0
votes
1answer
320 views
How can I modify RSS item titles to be either the title or a custom meta field?
I'd like to optionally replace some RSS item titles with a headline meta field I've added to certain post types.
I have the post types showing up in the feed using:
function myfeed_request($qv) {
...
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
61 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
2answers
135 views
How can I get RSS feed for a custom page?
I have a custom page on my blog that doesn't display RSS feed. You can see the code here for the custom page. I am not sure what I need to do to make rss feed for each individual post on that page. I ...
0
votes
1answer
62 views
How is the “ wp_get_update_data ” function used?
i need to list user updates from a word press powered site, like how we get list of comments and posts using wp.getComments and wp.getPosts, and i came across wp_get_update_data can we list user ...
0
votes
1answer
167 views
Give extra post-meta to RSS feeds
I'm trying to extend an RSS feed to output some post-meta from my website.
I have an 'event_date' meta-key and I need to order by this as opposed to the RSS standard publish date, which I know how to ...
0
votes
1answer
278 views
Force the_content() to show full post in RSS feed
I'm making a custom RSS feed where I want the full article to display. The problem is that when I use the_content() to output the article, it will only show the excerpt if there is a 'more' tag in ...
0
votes
3answers
592 views
Multiple versions of RSS feed? One with full content, one with the excerpt
I'm not sure how to word my question and I have been searching all day, to no avail.
I am looking for a method to create two versions of my RSS feeds, one with the full content and one with only the ...
0
votes
1answer
60 views
Disable Sharedaddy in Feeds
I am using Feedburner for my feeds and I am also using Sharedaddy from Jetpack to display the sharing icons. I'd like to disable these buttons in the feed, how can I do this? Thanks
0
votes
2answers
332 views
Remove or Edit <dc:creator>in Feeds
Would like to remove or edit it to be a static value without editing core Wordpress files. Preferably as a function.
0
votes
1answer
234 views
How to redirect RSS feeds to Feedburner and keep pretty permalinks?
There are many tutorials out there, but all of them give you the same code snippet.
I put it into my htaccess file, but the feeds are not being redirected.
I don't want to use a plugin.
I'm sure the ...
0
votes
3answers
318 views
Unable to display favicon using get_favicon()?
I'm using fetch_feed (based on Simplepie) to display an array of RSS feeds (favicon & headlines only). Documentation on the simplepie website says to use get_favicon in the stylesheet. And I'm ...
0
votes
1answer
198 views
How to add logo to rss feed
I came across this function to add image to rss feed. However, I keep getting lots of syntax errors.
/* Add RSS Logo */
function addRssImage() {
echo "<image>
<title>My ...
0
votes
3answers
362 views
Passing feed URLs with “&” to fetch_feed()?
How do I pass feed URLs with & in the URL to fetch_feed()?
The feed is not parsed correctly if there is a & in the feed URL. Actually it works in the example I gave, but now I'm populating ...
0
votes
3answers
166 views
Wordpress update totally broke the install. Main page now displays empty rss feed
Hey guys-
A friend of mine just did an auto-update for the most recent wordpress upgrade.
Upon completion, her site began to display her rss feed on the front page instead of well, her front page.
the ...
0
votes
2answers
339 views
Empty RSS Feeds
When i try to access feeds for tags,categories and authors, i get empty list. If i try to open feeds for the site, i get "Page not found"
Empty Feed:
...
0
votes
2answers
907 views
restricted rss feed
One of my wordpress blog is protected by the wordpress password plugin. however, I would like provide rss features. I found how to configure wordpress plugin to make rss work.
But, by default, it ...
0
votes
1answer
435 views
I'm not able to get RSS feed working. I get 'XML parsing failed'
After I updated my site, I'm not able to get the RSS working.
I used to get this RSS icon in the address bar in my web browser (opera), but now it's not there any more.
I try accessing the following ...
0
votes
1answer
3k views
Which plugin can do horizontal scrolling of RSS feeds in WordPress
I need a plugin which can do horizontal scrolling of RSS feeds in wordpress, I have got a vertical scrolling RSS feeds but cannot find a horizontal one
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
15 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 ...
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
1answer
31 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 ...
0
votes
1answer
87 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
1answer
103 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
1answer
249 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
120 views
Aspx/Rss feed - failed to open stream: Redirection limit reached
I have this issue ive been stuck with now. Its when i load a page that have a feed.
I put the feed in wp-admin , this usually work with other feeds but not sure why its not working with this kind of ...
0
votes
1answer
124 views
How to change permalink on headlines in rss feeds?
On mysite.com/feed the headlines of my posts listed in the feed are linked to that posts permalink, for example mysite.com/my-first-post. This is standard behaviour.
But sometimes I would like this ...
0
votes
1answer
34 views
Add a Subscribe to Blog link next to comments
I would like to add a "Subscribe to Blog" link in my template so that readers can receive the blog via email or at the very least RSS. I've see many Wordpress Plugins that use a sidebar widget, but ...
0
votes
1answer
53 views
Feed only showing 1 result? [closed]
Any ideas? It seems my feed is only showing one post, although I made several today.
http://www.alpinezone.com/category/news-and-featured-articles/feed/
0
votes
1answer
61 views
fetching posts and showing on frontpage
I am having two sites viz. www.a.com and www.a.com/b .
Now, these are two seperate wp installations, in the same /root where 'b' is kind of an extended vertical site of 'a'.
I want to achieve the ...
0
votes
1answer
156 views
Where does WordPress default SimplePie save cache data?
Where does WordPress default SimplePie save cache data? I could only find relevant info about cache durations but not the location. SimplePie has a method called set_cache_location() but I cannot find ...
0
votes
1answer
16 views
Problem using the word “RSS” as a tag
I'm using RSS as a tag for some of my blog posts, and I was using them without any problem.
myblog.com/tag/rss/
But I've just realised that Google Webmaster Tools gives me some related errors.
The ...
0
votes
1answer
91 views
wp3 custom post types rss
From what I've found online, getting an rss feed for a custom post type is as simple as:
http://mywebsite.com/feed/?post_type=custom_type
Well I have tried it with no success as it just returns the ...
0
votes
1answer
281 views
Create an RSS feed of all posts
I'm fairly new to Wordpress and I'm just wondering how to create a RSS feed of all posts.
Are there plugins for this? Is this something I have to change in code? etc...
I'm trying to implement my ...
0
votes
1answer
217 views
problems with jquery external rss feed integration
Iam using an external file (feed_home.php) wich is loaded with AJAX onclick.
$(document).ready(function(){
$.ajaxSetup({cache:false});
$("#new a").click(function(){
var ...
0
votes
1answer
366 views
how to convert XML from URL to HTML
I would like to know how can I, in Wordpress, convert XML URL (for example http://www.baligam.co.il/products/rss) to HTML and show it in actual.
Maybe there is a plugin for this purpose?
Thanks,
0
votes
1answer
310 views
Good RSS Feed Parser to use on php file?
Was trying to use EmbedRSS Plugin but the php code that I used to put it into my index.php file doesn't work.
[cetsEmbedRSS id='http://deannaschneider.wordpress.com' itemcount='2' itemauthor='1' ...
0
votes
1answer
252 views
Issue with RSS Feed in Firefox and Safari
The feed for a site (http://www.affordabledrumlessons.com/feed/) shows fine in Google Chrome, but in Firefox and Safari it gives errors.
I've tried clearing the cache, but that doesn't solve the ...
0
votes
1answer
180 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 ...
0
votes
1answer
318 views
Cannot get add_feed to work
I want to add a custom feed on my site for SEO purposes.
So, I first copy the /wp-includes/feed-rss2.php file into my theme folder and renamed it. I figured I'll be able to easily edit my feed.
Then ...
0
votes
1answer
425 views
Replace image urls(absolute instead of relative) by using filter in single page
I'm using a plugin called Foliopress WYSIWYG. While using this plugin, images found in the_content loop using relative image path instead of absolute paths. So all the feed images looks broken.
This ...
0
votes
1answer
89 views
How to make this plugin more efficient
Hi I have this plugin
http://pastebin.com/a7t1SPXj
which imports feeds from various websites. There are two problems I would like help in solving. The first is that I would like to place a limit on ...
