Non-member, redirect to home page ?
-
Hi
I’m trying to get my site to redirect non-members to the home page, when clicking on something in the menu or pasting an url in to the browser.
This is the top of my child theme index.php:
get_header(); ?> <?php get_template_part('page-parts/general-before-wrap');?> <?php if (pmpro_hasMembershipLevel() ) { ?>
And at the end i have bin trying different ways to redicrect, but it does not work, with wp_redirect i get header error:
<?php } else { ?> <?php wp_redirect(site_url('/home')); exit; ?> <?php } ?>
I tried include page too, but got error on missing file/page.
What am i missing here ?
All the best
Carsten
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Non-member, redirect to home page ?’ is closed to new replies.