Redirect Back To Main Domain for section
-
Hey there, so im using multiple domain plugin on my site and everything is all good… i just need help with going back to the main domain if i click any section from the redirected
currently im using…
function force_section_redirect() { if (MULTIPLE_DOMAIN_DOMAIN === 'dailymaverick.co.uk' && (is_home() || is_front_page())) { wp_redirect(home_url('/section/declassified-uk/')); exit; } } add_action('init', 'force_section_redirect', 1);
I want to go back to the (main domain).co.za url when i click on
.co.uk/section/*
not sure if this makes sense… please helpThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Redirect Back To Main Domain for section’ is closed to new replies.