Support

Account

Home Forums Add-ons Repeater Field Querying database for repeat sub fields displaying revisions Reply To: Querying database for repeat sub fields displaying revisions

  • Hi @Nathan

    Within your loop, you can check the post_status of the $row->post_id. You can use this to determin if the post is published.

    Please have a read of the WP function get_post_status

    Thanks
    E