Add Class if is members page
-
Hi All,
I’ve been digging around and can’t find a hook to do the following? Is there a way to add a class to a page link if that page is a “members only page”? Something like
<a href="<?php get_permalink(); ?>" class="<?php if(is_member_page()){echo 'member_page'?>">Some Link</a>
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add Class if is members page’ is closed to new replies.