Variable {$post}

jetFlow.io > Documentation  > Workflow Variables  > Variable {$post}

Variable {$post}

Available in the context of currently displaying (or editing) page or post any type. The variable contains fields of the post.

For instance, to get the value of the post title, use this pattern: {$post.post_title}

For your reference

{$post.ID} The ID of the post
{$post.post_author} Post author’s user ID
{$post.post_name} Post’s slug
{$post.post_type} Post type
{$post.post_title} The title of the post
{$post.post_date} Date of creation of the post
{$post.post_date_gmt} Date GMT of creation of the post
{$post.post_content} The full content of the post
{$post.post_excerpt} User-defined post excerpt
{$post.post_status} Post status such as “published”, “draft”, etc.
{$post.post_password} Post password if set
{$post.post_parent} Parent Post ID (default 0)
{$post.post_modified} Date of modification of the post
{$post.post_modified_gmt} Date GMT of modification of the post
{$post.comment_count} Number of comments on the post
{$post.menu_order}
No Comments

Sorry, the comment form is closed at this time.