Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    As far as I’m aware, the code used above is the way to do this. So you have the CPTs in your feed. Regarding the seemingly random or incorrect order, I wonder if there’s other things being done that are contributing to that part. For example I know I saw a bunch of utm_* url parts being added as well.

    Thread Starter mdavila825

    (@mdavila825)

    If i substitute ‘snyder-projects’ for ‘podcasts’ everything works perfectly even with the UTMs.

    What i am thinking is that ‘snyder-projects’ isnt created by Custom Post Type UI but is created by a site specific plugin a company created for us.

    ‘podcasts’ = Custom Post Type UI = works
    ‘snyder-projects’ = site specific plugin = doesnt work

    If this is the case why wouldnt the code above work?

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    Impossible for me to say, they could be doing a lot of extra things with the site-specific post types that I’m not able to be aware of.

    Only thing I can say for sure is that the code above is how I’d end up adding extra post types to specific feeds as needed.

    Thread Starter mdavila825

    (@mdavila825)

    My question is that: Is the code above only meant to pull in custom post types created by “Custom Post Type UI?”

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    The only things specific to CPTUI in the code you originally copied and modified from our documentation is the named variable and the function name, both which could be renamed to whatever you want. Everything else with your copy above would work in adding the post type to the feed regardless of the presence of CPTUI.

    Plugin Contributor Michael Beckwith

    (@tw2113)

    The BenchPresser

    @mdavila825 did you ever get this solved?

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Adding Custom Post Types to RSS feed’ is closed to new replies.