Forums
(@trevy)
20 years, 3 months ago
Finally I solved it.
In wp 1.5.2
<?php if ($user_level <10) : ?> …… <?php endif; ?>
In wp 2.0.1
<?php if ( current_user_can(‘publish_posts’) ) : ?> …… <?php endif; ?>