I have done that but does not fix the situation.
I see recent activity here so i will try to get an answer from here, hopes it dont bother no one.
I have search and there are many solutions but cant figure it out. It has to do with the login redirect. Here is my code:
From this:
- Code: Select all
<p><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.', 'kubrick'), get_option('siteurl') . '/wp-login.php?redirect_to=' . urlencode(get_permalink())); ?></p>
To this:
- Code: Select all
members-area <p><?php printf(__('You must be <a href="%s">logged in</a> to post a comment.', 'kubrick'), get_option('siteurl') . '/wp-login.php?redirect_to=' . urlencode(members-area())); ?></p>
Now where is it that i have redirect to?
Thank you in advance.