Quote jimie Total posts: 531 09 Oct 2014 13:48 Hello Sergey, Could you tell me how can I check if item is published or unpublished ? I found that for published i can check with: <?php if($item->published) echo ' <code></code>'; ?> but how I can check for unpublished or waiting approval ? Rgds Last Modified: 10 Oct 2014
Hello Sergey,
Could you tell me how can I check if item is published or unpublished ?
I found that for published i can check with:
<?php if($item->published) echo ' <code></code>'; ?>
but how I can check for unpublished or waiting approval ?
Rgds