is_post_type_archive not working in feed
Question
I'm trying to alter a feed for my plugin's custom post type to add lines for podcasting. Here is the code I've got right now:
add_action ('init', 'my_plugin_init');
function my_plugin_init() {
if ( is_post_type_archive('my_plugin_custom_type') ) {
add_action('rss2_ns
0
custom-post-type-archives, plugins, podcasting
3 years
0 Answers
45 views