true, 'no_found_rows' => true, 'post_status' => 'publish', 'posts_per_page' => 3, ) ); $posts_page_id = (int) get_option( 'page_for_posts' ); $blog_url = $posts_page_id ? get_permalink( $posts_page_id ) : home_url( '/blog/' ); $classes = 'recent-posts mx-break-out relative z-10 mt-0'; /** * NOTE: DO NOT remove this function call - it is required to avoid editor issues. * $is_preview is a WordPress global when in the editor. */ $wrapper = blockWrapperAttributes( $classes, $is_preview ); ?>
>

have_posts() ) : ?>
have_posts() ) : $recent_posts->the_post(); $post_title = get_the_title(); $post_permalink = get_permalink(); ?>