my page:
http://www.baaner-fotografi.dk
I want people to able to get an email when I post a post under "blog".
How do I do that :-) ?
my page:
http://www.baaner-fotografi.dk
I want people to able to get an email when I post a post under "blog".
How do I do that :-) ?
first u write email notification code and put the following code in functions.php file
add_filter('publish_post', 'your email notification function name' );
This topic has been closed to new replies.