/ Published in: PHP
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<?php get_currentuserinfo() ; global $user_level; if ($user_level > 1) { echo "AUTHORS AND ABOVE SEE THIS"; } else { echo "NORMALS SEE THIS"; } ?>