Forums
(@bruinkid)
9 years, 11 months ago
https://subscribe2.wordpress.com/2011/02/28/subscribe2-and-custom-post-types/
Hi,
This is mine. It works. my post type name is ‘job’
// add job post type to subscribe2 function jobs($types) { $types[] = ‘job’; return $types; }
add_filter(‘s2_post_types’, ‘jobs’);
i go to ‘setting’, ‘registered users’, of the plugin. from there, ‘auto subscribe users to receive email as ‘HTML-full text’. so i assume that’s the global setting..
p.s. when I forward (redirect) the corporate email to a Yahoo email address, I can see full text.
10 years, 1 month ago
Thanks. Do I just put this in functions.php?
Thanks a lot. Can you be more specific on what are coding and in which file to insert it?
p.s. I want to send using ‘post author’ because I want the recipient able to reply to sender email directly.
Hi, I am using my own dedicated server. How can I get this not blocked and get it sent?
10 years, 11 months ago
Thank you!