login redirect situation
Posted: August 17th, 2011, 2:29 am
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:
Now where is it that i have redirect to?
Thank you in advance.
- 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>
Now where is it that i have redirect to?
Thank you in advance.