The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
225 views

How to style the RSS wordpress?

I am using the default rss feed widget but want to style it. My question is -where to add my piece of code to style the default wordpress rss widget?
0
votes
1answer
120 views

WordPress Following? Social Users?

I'm building an extensive user backend on a WordPress news website. One of the features I've noticed many major sites have is the ability for logged in users to follow headlines from users or ...
0
votes
1answer
45 views

WordPress plugin changelog RSS

Is there a way to access a WordPress plugin's changelog RSS feed?
0
votes
1answer
139 views

Wordpress won't let me use a page slug of 'feed'

I want to make a custom feed page* with the slug of 'feed', but when I try to save, Wordpress changes it to 'feed-2'. Is there a way I can force Wordpress to let me use a slug of feed—or, if it's ...
0
votes
2answers
116 views

Disable category RSS Feeds on Wordpress blog with PHP

I have a Wordpress powered site and I would like to know how to disable all category based RSS feeds with PHP or even mod-rewrite if possible. Thanks
0
votes
2answers
234 views

Link to RSS feed not clickable?

Having recently installed a theme update on an inherited premium theme, I am facing a minor irritation that I do not have the coding knowledge to solve. The theme displays a link to RSS feeds for ...
0
votes
1answer
3k views

Download an entire blog for offline reading / archival (without using RSS feed)

I want to download an entire wordpress blog to read offline. Is there any easy way to do this specifically for wordpress blogs? I don't want to use RSS feeds, since the blog I wish to download does ...
0
votes
1answer
57 views

I want to add to a side bar a Featured Blogs rss feed and looking for suggestions on how to do that in Wordpress

Blogger.com has a gadget called Blog List that aggregates a list of selected blogs in a RSS feed format. One way of using it on wordpress is to create a blogger blog that contains only the Blog Links ...
0
votes
1answer
90 views

Build a rss powered website network

I'm trying to build a website network on my site that is rss powered. It should be similar to http://network.smashingmagazine.com/ in scope except I want the new content posted automatically. It ...
0
votes
1answer
177 views

Import RSS as posts with redirect?

I'm looking for a way to import RSS items from an external blog as posts with a redirect on them. The purpose is to have another blog's posts show up in my front page excerpts but actually deliver ...
0
votes
1answer
405 views

Allow WordPress users to 'follow' RSS feeds from blog authors

I have a WordPress blog that allows users to register. Each user will have their own profile page that has their picture and various information. I'd like users to be able to subscribe to RSS feeds ...
0
votes
2answers
1k views

Wordpress.com XML feed to RSS 2.0 feed?

My company is currently developing a mobile application and is planning on feeding information into it via wordpress.com (due to financial constraints - not for profit organization), but we've run ...
0
votes
1answer
233 views

Custom meta box data in rss feed

Im using WP Alchemy to set up some custom meta boxes. Since these are being used for audio files, when I create a feed the data does not come in and i cannot create a podcast feed for them.
0
votes
1answer
69 views

Is a no RSS plugin setup supposed to work?

I'm using WP 3.1.2 as provided by Awardspace, a free hosting service. I haven't made any configuration regarding RSS but it seems to work on Google Reader. However, pictures and flash elements won't ...
0
votes
1answer
332 views

Problem with UTF8. italian/russian characters

I'm using an RSS feed importer. When i preview the feed, the special characters such as è,à and so on are throwing out gibberish. Searching on the WP.org forum I came across the suggestion to add the ...
0
votes
1answer
140 views

Vimeo Feed gived dead link with RSS widget?

I have RSS widget on my home page (footer) pointing to a RSS feed from Vimeo. The videos pull in fine, and the links for these work. The orange RSS icon also takes you to the actual RSS feed. ...
0
votes
2answers
347 views

Change custom post type GUID in RSS

So i got the RSS feed which output some custom post types, but the GUID looks bad to me, it's like: ?post_type=mycustompost&p=124 The reason i want to change this is that I don't need people to ...
0
votes
1answer
255 views

Creating separate feeds for custom post types

My site has a few custom post types, news, events, you-tube, etc. I'd like to create an rss feed for each post type as well as a main with all. I've experimented an bit and found how to combine them ...
0
votes
2answers
123 views

the_post() in RSS feed

I'm got an issue here that's stumping me. I'm trying to create a custom RSS feed using add_feed(). The feed seems to have been created successfully, but I'm quite stuck on some bug in the feed ...
0
votes
1answer
260 views

Showing RSS feed via fetch_feed. How to show the site title of the feed?

Question is simple. Can i get the title and main url of the site from where the posts are loading? Actually i want to linked to the main site. The url can be found by wordpress function esc_url(); ...
0
votes
1answer
171 views

How / where is the wp_query object created for RSS feeds?

Looking at the code in feed-rss2.php and feeds-rss2-comments.php, after the header preamble, we have a Loop - eg in feeds-rss2-comments.php: if ( have_comments() ) : while ( have_comments() ) : ...
0
votes
3answers
337 views

Style wordpress image captions in RSS

My WordPress site includes the full article in its RSS feed. This includes the text of the post and basic formatting. It also includes post images and their captions. The problem is that my captions ...
0
votes
1answer
308 views

Comments RSS Feed showing repeating title

functions.php I added a filter in the functions.php file to grab the do_feed_rss2 and the do_feed_atom with my own RSS function with just a simple a simple text replacement "Answers" instead of ...
0
votes
2answers
1k views

How to add RSS Icon/link as a widget?

When I search plug-ins for RSS, so many of them are dealing with pulling in RSS feeds. I just want an RSS icon to let people subscribe to my feed? I'm also using FeedBurner. I looked for Feedburner ...
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
263 views

RSS feed link on archives page not working

I am trying to add a RSS link on my website archive-pages, which means, Suppose I am on page http://mbas.in/location/mba-in-usa/ then on this page, I will be having a RSS LINK named link, when I click ...
0
votes
1answer
443 views

My WordPress installation isn't updating the feed when a new post is published

My WordPress installation was working quite well, however it recently stopped properly updating feeds when new posts are published. I may have deleted a tranistent feed table using the Clean Options ...
0
votes
1answer
413 views

How can I control what / how much text is in my RSS feeds?

Currently, my RSS feeds show the entire text from main text field. I only want to show parts of my text, preferrably my intro text, so that users have to visit my page to read the rest. I've ...
0
votes
1answer
787 views

How do you make RSS feeds work under IIS 7?

Running IIS 7 and WP 3.0. I've got a web.config that has the necessary rewrite rules to make permalinks work, and they're working. However, if I point to ...
0
votes
1answer
79 views

RSS feed error stopping parsing of page template

hope you can help me with this! I have a custom page template that pulls in an RSS feed from a separate site (owned by the same guy, my client). While testing the page on my own server, it works ...
0
votes
1answer
182 views

Adding pub_Date to an RSS feed hosted on Wordpress

I am trying to use the FaceBook application RSS Grafitti to link my RSS feed from my Wordpress installation to a FaceBook Fanpage. It finds the feed OK, but cannot post to the Fan page because there ...
0
votes
1answer
241 views

RSS feed showing deleted post

I'm having issues with the RSS feed on the blog I just set up. When I go to /feed, I see an old post that I've since deleted. But when I go to /?feed=rss (which redirects to /feed/rss), I see the ...
0
votes
1answer
263 views

How can I remove a RSS feed that a WordPress plugin adds to `wp_head()`?

I'm using a plugin that adds an RSS feed to WordPress. I don't want it there. There is no option in the plugin's settings to disable it. How can I unhook it from wp_head(), or, where do you ...
0
votes
2answers
838 views

How to disable Wordpress.com default feed and use feedburner feed in place of that?

How to disable Wordpress.com default feed and use feedburner feed in place of that? In self-hosted wordpress site I know how to do but don't know to how in free wordpress.com site. ...
0
votes
0answers
16 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 ...
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 ...
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
57 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
27 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
17 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
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: ...
0
votes
2answers
55 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 ...
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
104 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 ...
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 ...
0
votes
1answer
36 views

Adding Gravatar to rss feed

So I have a mailchimp email that goes out and shows the latest posts that have been made on the site. The users on the site all have gravatars and I want to include that in the rss feed so that I can ...
0
votes
1answer
44 views

Appending a variable to RSS link url

I have a rss feed for my demo blog here. http://clickquickcash.com/feed/?user=john It passes the 'user' variable 'john' into the feed posts. I need to add the 'user' variable to the link. Note - I ...