Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Boris Kamp
16,660 Pointsrss feed of custom taxonomy include custom field
I have a RSS feed of a custom taxonomy on this url: http://exampledev.com/AWF/feed/?post_type=nieuws&nieuwssoort=bericht-alle-fondsen The post type is custom as well and uses custom fields only, So I need them in my RSS feed. How can I do this? I searched here on on google for about an hour and everything I tried fails. Im using Advanced Custom Fields plugin for the custom fields. Can anybody point me in the right direction?
Thanks!
1 Answer
Andrew Shook
31,709 PointsBoris, this page in the codex will tell you how to create custom rss feed templates. Inside the templates, you simply need to use ACF the_field function to call the fields.
Boris Kamp
16,660 PointsBoris Kamp
16,660 PointsThanks! i'll look into that! I'll try the one with the custom page templates, but they don't work at the moment so I need to get that fixed first.... Thanks!