Where do I put the following code?
<?php email_notification_future_send(); ?>
It says put in your template header file, which I think I did, but maybe not on the right line to make it work. header.php is the file to use, isn’t it? I used the header.php file in the template that’s active, and placed the code right before the /header tag.
Notification of new posts is not working, and I think that’s why.