} else { echo get_the_date(); } ?> </time> <h5><?php the_title(); ?> </h5> <summary><?php the_excerpt(); ?> </summary> </a> </article> <?php } ?> </div> </div> <div class="row"> <?php flagship_pagination(max_num_pages); ?> </div> </div> </div> <?php get_footer();
"> <time><?php echo get_the_date(); ?> </time> <h5><span class="fa fa-camera" aria-hidden="true"></span> <?php the_title(); ?> </h5> <summary><?php echo limit_words(get_the_content(), '25'); ?> <span class="blue"> [Read More]</span></summary> </a> </li> <?php } ?> </ul> </div> </div> <div class="row"> <?php flagship_pagination($flagship_photo_archive_query->max_num_pages); ?> </div> </div> <?php get_footer();
<?php the_post_thumbnail('bullet', array('class' => 'floatleft')); ?> <summary> <?php echo limit_words(get_the_excerpt(), '25'); ?> <a href="<?php the_permalink(); ?> ">[Read More]</a> </summary> </div> </article> <?php } ?> </div> </div> <div class="row"> <?php flagship_pagination($flagship_article_archive_query->max_num_pages); ?> </div> </div> </main> <?php get_footer();