Documentation HubMAC StarterPluginsEtchEtch Stock LoopsPostsOn this pagePostsPropertyValuedescriptionStock Etch loop template for published posts.relatedEtch Stock Loops, EtchOverview The Posts loop is a stock Etch loop template for rendering published post entries. Query <?php$query_args = [ 'post_type' => 'post', 'posts_per_page' => $limit ?? -1, 'orderby' => $orderby ?? 'date', 'order' => $order ?? 'DESC', 'post_status' => 'publish'];