_e('Newer Posts', 'framework'); ?> </h3> </div> </a> <?php } ?> </div> <div class="next large-6 columns"> <?php if (get_next_posts_link()) { ?> <a class="arrow" href="<?php echo coll_get_url(get_next_posts_link()); ?> "> <div class="icon"><i class="fa fa-long-arrow-right"></i></div> <div class="info"> <h3 class="title-text"> <?php _e('Older Posts', 'framework'); ?> </h3> </div> </a> <?php } ?> </div>
_e('Newer Comments', 'framework'); ?> </h5> </div> </a> <?php } ?> </div> <div class="next large-6 medium-6 columns"> <?php if (get_next_comments_link()) { ?> <a class="arrow" href="<?php echo coll_get_url(get_next_comments_link()); ?> "> <div class="icon"><i class="fa fa-long-arrow-right"></i></div> <div class="info"> <h5 class="title-text"> <?php _e('Older Comments', 'framework'); ?> </h5> </div> </a> <?php } ?> </div>