Tagged Questions
4
votes
3answers
388 views
Wordpress multisite,several different languages,page redirect?
I have something like this http://example.com/en , http://example.com/fr and http://example.com/es for example I would like if I'm on this page http://example.com/en/about-us/ when I click on other ...
0
votes
1answer
590 views
Change template dynamically
Is it possible to change the template loaded for a page, as it loads, without having to change the record in the database?
I suspect it can be done with the template_redirect action, and the will ...
1
vote
4answers
584 views
Where does the 404 redirection happen?
Can someone please tell me where the 404 redirection occurs?
I am wanting to redirect to a custom template.php instead of the 404 page.
Is this possible to do? If it is can some one provide me with ...