It would be great i would be able to show post status for posts using dynamic data. Here is an use case. I let my user’s to post on my website, their posts gets automatically added as pending. It would be great if on their profile I would be able to show their pending post with a nice little status box.
Yes please! I’d like to be able to use Published status in a Query loop to build a Users Dashboard where they can see their posts and status of each.
Thx
Alan
You can do this simply by using an advanced “echo” tag with get_post_status() so it goes like {echo:get_post_status()} which will by default return current post status, but you can specify any post ID as per documentation.