Conditional Display Based on Role
-
I want to display something different at the bottom of a post depending on what role the post’s author was/is.
For example… and this doesn’t work… but…
<?php if (the_author_meta('user_level') == 'Editor'): ?> <p>Boogie Time</p> <?php else: ?> <p>Time to Boogie</p> <?php endif; ?>
Anyone know how to do this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Conditional Display Based on Role’ is closed to new replies.