0
votes
0answers
18 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
0answers
33 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
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 ...
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
0answers
68 views

Custom Post type rss issue [closed]

I am able to view the RSS feed of my Custom Post Type. I can see new posts from the Custom Post Type on Google Reader and Facebook. The problem is when I try to click on a featured image or the post ...
-1
votes
1answer
432 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 ...
0
votes
1answer
90 views

Changing the RSS feed titles not working

I'm trying to change my RSS feed titles to display the post type beforehand but it's not working. Code below. Any ideas? Thanks function changeRSStitles($content) { global $post; if ...
1
vote
1answer
189 views

custom post types don't appear in RSS

I created custom post-types in my site but these posts are not shown in the RSS. Only the regular posts appear there. What could be preventing them from showing up there
2
votes
2answers
411 views

How can I generate a RSS feed based on a custom WP_Query?

I have a WP_Query returning a list of posts of a particular post type and with a certain meta_value (custom field value) Is there a way generate an RSS feed based of these results ?
0
votes
1answer
256 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
1answer
643 views

How would you feed Custom Post Types to Facebook?

I have this dilemma whereby I'd like FB-Connect or a similar tool to automatically push custom data found in Custom Post Types to Facebook. Here's an example (it only works because it's a manual ...
0
votes
2answers
393 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. ...
2
votes
1answer
147 views

Sub-Sub-Blogs — creating and importing content into a custom sub-type

Description: The university radio station I volunteer at uses WordPress 3's Network Mode for the entirety of its web content. It uses the format: Top-Level (.com/*) -- Basic station information, ...
5
votes
3answers
1k views

Add Custom Fields to Custom Post Type RSS

I'd like to add custom fields in my custom post type to the RSS feed for that post type located at http://example.com/feed/?post_type=my_custom_post_type I've seen info on doing this for the regular ...
5
votes
3answers
902 views

How to Make a Separate RSS Feed for Each Custom Post Type

How can I make a separate RSS feed for each custom post type? I had searched the net for it and found suggestions to do something like this: http://www.yoursite.com/feed/?post_type=book I tried ...