D
D
DMax9212018-02-26 02:39:28
WordPress
DMax921, 2018-02-26 02:39:28

How to display text to everyone except admin?

Hello!
Can you please tell me how to display the text to everyone except the administrator?
I have a part of the code that shows only the admin, but how can I make it so that everyone, including guests?

<?php if (current_user_can( 'administrator' )) : ?>
Тут текст
 <?php endif; ?>

Thanks in advance!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Mukovoz, 2018-02-26
@DMax921

<?php if (current_user_can( 'administrator' )) : ?>
Тут текст
<?php else: ?>
Тут текст для тех кто не админ
<?php endif; ?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question