Subscribe2 & Custom Post Types (More Types)
-
I am trying to get Subscribe2 to send out updates for my custom post type. I have read the page here…
https://subscribe2.wordpress.com/2011/02/28/subscribe2-and-custom-post-types/
The plugin I am using for custom post types is More Types to manage custom post types. My issue is I don’t know where to put the recommended code…
function my_post_types($types) { $types[] = 'my_post_type'; return $types; } add_filter('s2_post_types', 'my_post_types');
to make the custom post types work. Has anyone integrated More Types with the code above?
Cheers.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Subscribe2 & Custom Post Types (More Types)’ is closed to new replies.