' . get_search_query() . '' ); } else if ( is_page_template( 'page-templates/page-client.php' ) ) { esc_html_e( 'Additional Setup required', 'corporately' ); } else { esc_html_e( 'Nothing found', 'corporately' ); } ?>

Get started here.', 'corporately' ), array( 'a' => array( 'href' => array() ) ) ), esc_url( admin_url( 'post-new.php' ) ) ); ?>

5 ); $latest_posts_query = new WP_Query( $args ); // The Loop if ( $latest_posts_query->have_posts() ) { while ( $latest_posts_query->have_posts() ) { $latest_posts_query->the_post(); // Get standard index page content get_template_part( 'components/post/content', get_post_format() ); } } /* Restore original Post Data */ wp_reset_postdata(); } ?>