The tag has no wiki summary.

learn more… | top users | synonyms

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 ...
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
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: ...
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; ...
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
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
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 ...
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
61 views

Create a “feed” from one WordPress site to another?

I know there a way to use XML-RPC to transfer past posts from one WordPress site to another, but I am wondering if there is a way to create a constantly updating feed of posts of a certain type. That ...
0
votes
1answer
38 views

Embedded Feed Update

I am trying to embed a feed on my site. The plugin I am using is called Hungry Feed. I have the feed properly embedded and everything seems to be working except one thing. The feed updates... How ...
0
votes
1answer
111 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
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..."> ...
-1
votes
1answer
93 views

RSS ERROR utf-8

I get the following error when i try to open the RSS Feed of the customer page: "This page contains the following errors: error on line 742 at column 28: Input is not proper UTF-8, indicate encoding ...
-1
votes
1answer
431 views

How to feed custom post type to a facebook page?

I built my portfolio using custom post type. Later I created a Facebook page for my website under my FB account. Please advice how I can push from WP my work to FB. Image project description No ...
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
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
55 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 ...
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
0answers
16 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 ...
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
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
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: ...