Tagged Questions
0
votes
1answer
51 views
Conditional tag-like function to tell if post is in trash?
What could I put in my theme to tell if a post is in the trash or not?
For example:
<?php if (is_trash) echo 'This post is in the trash!' ?>