You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This is a blank/barebones example theme from WPBento-Bundler.</p>
<p>Lean how to build your WordPress themes at <a href="https://developer.wordpress.org/themes/basics/">https://developer.wordpress.org/themes/basics</a>.</p>
<?php
$the_query = new WP_Query([
'posts_per_page' => 5,
]);
?>
<?php if ($the_query->have_posts()) : ?>
<?php while ($the_query->have_posts()) : $the_query->the_post(); ?>