?> <?php /* Include the Post-Format-specific template for the content. * If you want to overload this in a child theme then include a file * called content-___.php (where ___ is the Post Format name) and that will be used instead. */ get_template_part('content', get_post_format()); ?> <?php } ?> <?php panel_content_nav('nav-below'); ?> <?php } else { ?> <?php get_template_part('no-results', 'archive'); ?> <?php } ?> </div><!-- #content -->
</span><span class="sep"> ~ </span><span class="comic-archives-title"><a href="<?php the_permalink(); ?> " rel="bookmark"><?php the_title(); ?> </a></span></li> <?php } ?> </ul> <?php panel_content_nav('comics-nav-below'); ?> <?php } else { ?> <?php get_template_part('no-results', 'archive'); ?> <?php } ?> </div><!-- #content -->