I’ll make an option in admin in a next update for you 😉
Regards, Mart
Hey there mate,
if you have selected a different page as “posts” page in your wordpress instalation (like “Blog” page for example) you should be able now to change the options in settings for a back button on confirmation screen.
Regards,
Mart
Hey! Thank you for your work.
Unfortunately, due to the theme I’m using, I need to set the “front page displays” option to “your latest posts”. So I can’t see your new feature. If I choose my blog page as “posts page”, I can see your new option, but my navigation falls out (my blog page shows my home page).
In other matters, since update the subscription confirmation link opens a blank page and doesn’t activate the new subscriptor. May be I’m doing something wrong?
regards,
Fernando
Can you mail me directly to my email and we’ll have a look at your installation specifically?
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 !!