Forums

Comment Form for Admin Only - Help (3 posts)

  1. vanesta
    Member
    Posted 2 years ago #

    Hi guys,

    I was wondering if it's possible to strictly allow admins only to comment on pages (not posts)

    Thanks

    Victoria

  2. Kafkaesqui
    Moderator
    Posted 2 years ago #

    One method I can think of is to modify the comments template (comments.php):

    <?php
    global $user_level;
    if( is_page() && $user_level < 10 ) :
    ?>

    <p>Only admins can comment on this article.</p>

    <?php else : ?>

    ~comment form goes here~

    <?php endif; ?>

  3. vanesta
    Member
    Posted 2 years ago #

    thank you :)

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags