Post Query

PHOTO EMBED

Fri Jun 17 2022 15:05:01 GMT+0000 (Coordinated Universal Time)

Saved by @hamzahanif192

$html = '';
    	$args = ( array(
		'post_type' => 'post',
		'posts_per_page' => '1'
		
	));
    $the_query = new WP_Query( $args );
	while ( $the_query->have_posts() ) : $the_query->the_post();
content_copyCOPY