This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- START OF THE FLEX CONTAINER, THE UNORDERED LIST --> | |
<ul class="grid-wrap"> | |
<!-- WP LOOP STARTS HERE --> | |
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?> | |
<!-- LIST ITEM FOR EACH POST --> | |
<li class="grid-item"> | |
<!-- FEATURED IMAGE FOR THE POST --> |