• Hallo,

    I´m trying to use Word Press as a relashionship system, and I´ve a trouble: I would like to load comments only if %postname is equal to $user_identify or users who have admin level. I´ve some experience with HTML. Is there any php script???

Viewing 1 replies (of 1 total)
  • Thread Starter barretoivoski

    (@barretoivoski)

    I get! If anyone need to do that:

    <?php

    if ($user_identity == $post->post_name):
    // se username and postname are equals
    ?>
    Your text, tables, etc

    <?

    else:
    // if aren´t equals

    ?>

    Your text, tables, etc –
    <? endif;

    ?>

    I hope I can help you.

Viewing 1 replies (of 1 total)
  • The topic ‘Role to see comments’ is closed to new replies.