Example :- 10 users and 2 admin in a site.
If the post is published by admins than
<?php ?????() { ?>
<!-- do this -->
<?php }
else { ?>
<!-- do this if posted by user -->
<?php } ?>
|
Example :- 10 users and 2 admin in a site. If the post is published by admins than
|
|||||||||||
|
|
This could be simple as:
Assuming the only admins on your site can manage options. |
||||
|