Hi Guys
Now I have an Event where people can buy tickets. So how can i force the website to redirect with 0 seconds from
http://der-querdenker-tag.ch/ticket-kaufen/
to
http://der-querdenker-tag.ch/event/der-schweizer-querdenker-tag/
So people get directly to the site, where they can buy the ticket.
Best
Karem
Hi!
Please try adding following code to Functions.php file in Appearance > Editor
function add_custom_code(){
if(is_page(346)){
?>
<meta http-equiv="refresh" content="1;url=http://der-querdenker-tag.ch/event/der-schweizer-querdenker-tag/" />
<?php
}
}
add_action('wp_head', 'add_custom_code');
Regards,
Yigit
perfekt! thank you very much ;)
Hey!
Glad you got it short out!
I will close the topic now, please do let us know if we can do anything else, to help you out
Cheers!
Basilis