howto check user level or role
-
In comments i want to check if the user is contributer or subscriber, if he’s contributer i want to display a image with the name.
i tried lots of stuff in comment just before <?php comment_author_link(); ?> and they don’t seem to work.
can anyone help, Last i tried was something like
if ( current_user_can('level_1')) { echo "show image"; } else { echo "no image"; }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘howto check user level or role’ is closed to new replies.