RSS feeds are automatically generated by WordPress to allow readers to easily follow your blog using an RSS feed reader.
0
votes
1answer
25 views
How can my plugin display a populated new post window
I've written a plugin that creates a feed reader like google reader in wordpress.
Currently I let folks reblog feed items by using the built in WP PressThis plugin url. I pass in parameters and WP ...
1
vote
1answer
13 views
Email notification of new posts that match query
I'm creating a real estate site that will have a search functionality (beds, baths, price range, neighborhood, etc).
When presented with the search page, the URL will have a nice long query string to ...
1
vote
1answer
29 views
Wordpress appends RSS item with unwanted content
Wordpress is adding a message to the end of each item in RSS feed that reads
"The post [post_name] appeared first on ]site_name]."
I want this message to go away. I browsed through a my feed.php ...
0
votes
0answers
15 views
How can I exclude tags from category_rss function?
I have been struggling with the following problem:
The default wordpress RSS Feed includes also tags in category function. As a result, if you use a merge tag to show the post category (i.e. I am ...
0
votes
1answer
22 views
HTML Validation fails because of ampersands in RSS link
I use Wordpress' own rss.php to pull in the last 10 items from an external RSS feed. Wordpress automatically adds campaign info to the link like this:
...
0
votes
0answers
22 views
Full sized images in RSS Feed
On my WordPress site all my images from all posts are using a width of 630px (with a full width of 1280px). For obvious reasons on my site I only display the 630px version and the user can click on it ...
0
votes
1answer
18 views
Custom meta boxes in RSS feed
I've got a few custom meta fields I'd like to be displayed in RSS feeds. Right now they do not because they are not part of the_content I reckon.
If anyone has any tips for getting this to happen, ...
0
votes
0answers
21 views
WP Feed namespace attr issue
Having a strange issue (well, strange to me) where an xmlns:media namespace attr is being added to one feed but not the other.
How do I get rid of the "xmlns:media" attr? I don't even know why it's ...
1
vote
2answers
46 views
Pagination of RSS2 feed
How to have pagination of RSS2 feed ?
My current RSS link is similar to :
http://www.example.com/?feed=rss2
I tried:
http://www.example.com/?feed=rss2&page=2
But WordPress still returns me ...
0
votes
0answers
16 views
bbpress rss feed title is same for all forums
I am getting the same title for all bbpress forums rss feed
my site name is EngineersHub so i am getting title as
EngineersHub » All Posts
i want Forums title to be displayed there
i have checked ...
0
votes
0answers
23 views
RSS Feed not Validating
I have a blog at http://fribly.com using WordPress 3.5.2, it was working fine three days ago then I started having problems with the RSS feed not synching to either Facebook or Twitter. I followed the ...
1
vote
1answer
114 views
Custom Feed URLs
I am creating a custom feed for one of my post types, and letting users set the name of that feed.
http://www.mysite.com/feed/userdefinedname
Now I'd like to also enable users to show not only all ...
0
votes
0answers
56 views
Filter the feed page post limit
WordPress has a setting for the number of items shown in syndication feeds. I want to bypass that setting in a plugin and return a different number of items.
Here's what I am doing, but it's not ...
0
votes
0answers
16 views
RSS2 Feed with two CDATA sections
Why my feed description is breaking like this? It occurs only on some posts, but the others are echoed perfectly in like a single <p>.
The code for my feed is that simple:
...
0
votes
2answers
25 views
What is the RSS feed link for the newest WordPress plugins?
Is there an RSS feed for the page that displays the newest WordPress plugins from the official plugins repository?
I know of the following link, but I'm looking for an RSS feed that I can add to my ...
0
votes
0answers
24 views
How to edit my RSS feed on a site with WP installed
I am trying to find a way to edit my RSS feed. As I understand it, WP automatically generates some of the information. However, when I uploaded my feed to Itunes I see that very basic information is ...
0
votes
1answer
69 views
How can I create an RSS feed that includes “Private” posts?
I'm currently publishing articles to wordpress as "Private", as I don't want them to be viewable on the website. However I do need an RSS feed of these posts. Any suggestions on how to go about ...
0
votes
0answers
20 views
Feeds for some categories empty for others not
I have this odd phenomenon where some categories feeds return no results while others do.
Results:
http://www.worldenergy.com/category/market-intelligence/feed/
No Results (there should be three):
...
0
votes
0answers
17 views
How to make my feed tidy
I looked up 'how to get the rss feed for your wordpress blog'
...and discovered I just need to add /feed to the url of my blog.
So that's this: http://richardclunan.com/blog/feed/
It looks really ...
0
votes
1answer
35 views
How to remove certain feed from my dashboard in WP admin
E.g. From some plugin I have, a RSS feed called WP marketing feed is generated. How to remove just this one feed from my WP admin? I want others to remain as they are.
1
vote
3answers
97 views
Changing RSS feed URL structure
I am in the process of creating a wordpress website, and I just have one issue left - RSS feeds.
Currently, the website has a .htaccess file blocking access to /category/* pages. It was part of a ...
0
votes
0answers
29 views
Custom Fields in RSS - namespace?
I have implemented CSS disclosure buttons on my site. I have coded custom functions for the RSS so the description is the auto-trimmed excerpt and the post content has the buttons appended to the ...
0
votes
1answer
45 views
How to Render Post Types in RSS Feed?
I'm using a recent theme which uses custom post formats for video, gallery, audio and more. In my RSS feed, these do not render properly. I mean the content is there but the video, gallery or audio ...
0
votes
1answer
30 views
How to include Related Posts in WP RSS feed
How to include Related Posts in WP RSS feed not use plugin?
I have search around on google and stackexchange but have no result about this.
Thanks all friends!
0
votes
0answers
41 views
Remove 'More..' link from RSS feed
I believe this can probably be done with a filter, but haven't been able to find any info so far about it.
We are pulling the description node from our RSS feed into some external properties. The ...
0
votes
1answer
28 views
fetch_feed showing only first item
I'm trying to import a feed from a wordpress site to another using fetch_feed.
All is good excerpt for the fact I can get only the first item of the fedd.
Here's the code I'm using.
...
0
votes
1answer
49 views
How to check during “pre_get_posts” if WP performing default query for specific custom template?
I want to modify default query for custom RSS template loaded by plugin that i'am writing right now. What is the best way to check - in function hooked to "pre_get_posts" - if default query for my ...
0
votes
1answer
35 views
Is it possible to create a RSS feed containing all blog entries? [closed]
More specifically
I have a blog at riduidel.wordpress.com for which I would like to create that feed, for it to be later consumed in a site backup solution called autoblog, which can create a site ...
0
votes
1answer
50 views
WordPress Permalinks %postname% for RSS2 Feed URL
One of my client is developing a SmartPhone Apps with the WordPress site I've made for them. The site is of a daily newspaper's online version. All the news are sorted by different categories. So the ...
0
votes
1answer
57 views
get_item_quantity() Error When Fetching Feed
I'm using this script in two places on the same page to output some RSS feeds:
<?php
include_once(ABSPATH . WPINC . '/feed.php');
$rss = ...
0
votes
1answer
93 views
image thumbnail in RSS Feed
I dont have much coding knowledge. getting prob with RSS feed. I copy n pasted from somewhere this code. getting title and date.. its fine, but client needs now image thumbnail too. How to put image ...
0
votes
1answer
123 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
0answers
31 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 ...
1
vote
1answer
49 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
64 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
21 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
35 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
45 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
1answer
34 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
43 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
1answer
67 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
84 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
0answers
27 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
101 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
17 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
217 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
62 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
25 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
62 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 ...
1
vote
0answers
48 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 ...