The newsletters that are posted online an /newsletters/xyz...how can I enable comments on those? Many thanks.
Enable Comments on Online Newsletters
(2 posts) (2 voices)-
Posted 1 year ago #
-
You can add the following line in your functions.php or in alo-easymail_custom-hooks.php or in other plugin file:
add_post_type_support( 'newsletter', 'comments' ) ;then you can enable comments for each newsletter you want.
Posted 1 year ago #
Reply
You must log in to post.