how do i make this loop work
You should clean it up some more but this will fix your code: <?php get_header(); ?> <div class=”posts”><!– BLOG –> <!– Shapes on sides –> <div class=”shapes_left”> </div> <div class=”shapes_right”> </div> <?php if (is_tag()) { ?> <div id=”archive_title”> <h1><?php single_tag_title(); ?></h1> <?php }?> </div> <div id=”featured_home”> <?php $counter = 0; while ( have_posts() ) { … Read more