Using WordPress.. I would like to redirect to a certain page on the site if the user visits an archive is_archive()
How would I go about this please? Could I add something to functions.php?
Cheers,
Steve
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Using WordPress hook in
functions.php, just paste this snippet in yourfunctions.phpThere is an article here, it may help you.