Tagged Questions
0
votes
0answers
9 views
redirect on first_time login [duplicate]
So I created a custom front end profile ala this wp-answer. Now I have made a custom register page using Theme My Login, which serves its purpose of saving data and such. Now what I want to do is on ...
2
votes
1answer
204 views
Redirect old permalinks to new permalinks
I changed the permalink structure from /%category%/%postname%/ to /%year%/%monthnum%/%postname%//
How can I redirect all old posts to the new ones (eg: via htaccess)?
0
votes
1answer
81 views
Redirect members to custom page upon logging in through WP admin
When a members logs in through WP admin, I would like to redirect them instantly to a custom URL. What will I need to change to make this possible? Respond with step-by-step details would be ideal.
0
votes
1answer
745 views
Redirect to requested page after (custom) login
I am developing a WP site locally and I want the content to be viewable only to users that have logged in, except for the front page that's visible to everyone.
When a non-logged in user clicks on a ...
1
vote
2answers
437 views
add_rewrite_rule and template redirect not working
I have a strange problem , I have the following pairs :
add_rewrite_rule('^questions/ask/?','index.php?pagename=ask','top');
if(is_page('ask')){
$tname = 'add-question.php';
...
0
votes
1answer
750 views
WP insert post Redirect after function has executed
After using a function to submit custom fields the standard redirection is not longer working. What we would like is that after the post has been insetered for the user to be redirected the standard ...
1
vote
2answers
400 views
How to let a single post have its own domain name
I am not sure which solution here would work best as a solution but what I am looking for is just a simple way to enter an optional domain through a metabox on the page edit screen and then just ...