Ejemplo n.º 1
0
        ?>

				<?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 -->
Ejemplo n.º 2
0
</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 -->