Skip Navigation

[Resolved] How do I make WordPress include my new Post Types in it's feed for subscribers?

This support ticket is created 4 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 3 replies, has 2 voices.

Last updated by rebekahS 4 years ago.

Author
Posts
#2098583

Tell us what you are trying to do?
I use Feedburner to send out new posts to email subscribers, but it's not including my new posts that I created with Post Types in the feed. (I'm willing to use something other than Feedburner if it works.)

Is there any documentation that you are following?
I read some about archiving the new Post Types, but it looks like to me that all my new types have an automatic archive.

Is there a similar example that we can see?

What is the link to your site?
hidden link

#2099079

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

If you have a custom post type, the default settings (at Toolset > Post Types, under Options when editing the post type) will have the option for Feeds checked, and so the custom posts should be available in the feed.

But which feed?

A specific feed will be created by WordPress for that post type, e.g. for my CPT "thing" the feed looks like

hidden link

WordPress only includes blog posts in the main site RSS Feed. If you want to include custom posts in the feed, you'll need to add a little code to update which types are included.

See, for example: hidden link

#2102665

Thank you! All of my Toolset Post Types have the "feeds" option checked. And I added the code from the WP Beginner site. That worked.

#2102667

My issue is resolved now. Thank you!