</a> </div> <div class="recent-meta"><?php echo esc_html(get_the_author()); ?> | <?php echo esc_html(get_the_date()); ?> | <?php comments_number(); ?> </div> <div class="clear"></div> <?php if (function_exists('skt_spa_content')) { echo skt_spa_content(26); } ?> <div class="clear"></div> <a class="blog-more" href="<?php the_permalink(); ?> "> <?php _e('Read More', 'skt-spa'); ?> </a> </div> <?php if ($k % 3 == 0) { ?> <div class="clear"></div>
while ($fourboxquery->have_posts()) { $fourboxquery->the_post(); ?> <div class="feature-box"><a href="<?php the_permalink(); ?> "><?php the_post_thumbnail(); ?> </a> <h2><?php the_title(); ?> </h2> <p><?php echo wp_kses_post(skt_spa_content(30)); ?> </p> <a href="<?php the_permalink(); ?> " class="read-more"><?php _e('Read More', 'skt-spa'); ?> </a> </div> <!-- feature-box --> <?php if ($tbx % 4 == 0) { ?> <div class="clear"></div>