hello , firs i want to thank you for this plugin !
but i have a small problem, setting up is no problem emails ar getting recieved but wen confirmation mail is send and people click on that link oke so far so good but : wen people click op go back then my home url is website name/blog but i want to direct websitename not /blog where can i change this ,
now people get a error on my page ,
the above option :
Is possible to add a field for setting the homepage url? I have a main site with a blog section (www.mainsite.com/blog) and I want the user back to blog after subscription, not to mainsite. I must change the home url in SimpleSubscribeInit.php after every update.
define(‘SUBSCRIBE_HOME_URL’,get_option(‘siteurl’)); —> define(‘SUBSCRIBE_HOME_URL’,get_bloginfo(‘siteurl’) . ‘/blog’);
i cant even find that line in the php
hope you can help me here
thanks in advanced !!