// Define our WP Query Parameters // Start our WP Query have_posts()) : $the_query -> the_post(); ?> // Display the Post Title with Hyperlink
// Display the Post Excerpt //
// Repeat the process and reset once it hits the limit
Scroll to top