What all post attributes can be used for displaying filtered results from WP Filter Posts?
“WP Filter Posts” allows you to use the following post attributes
- {POST_TITLE} – This is the title of the post.
- {PERMALINK} – This is the permalink url of the post
- {POST_EXCERPT} – This is the excerpt of the post
- {POST_CONTENT} – This is the content of the post
- {BLOG_TITLE} – This is the title of your blog/site
- {USER_NICENAME} – This is the nicename of the user
- {POST_ID} – This is the ID of the post
- {POST_TAGS} – This is the tag of the post
- {POST_CATEGORY} – This is the category of the post
- {POST_FEATURED_IMAGE} – This is the featured image in the post
-
{POST_
PUBLISH_DATE} – This is the post publish date -
{POST_UPDATE_
DATE} – This is the post update date