예제 #1
0
파일: header.php 프로젝트: rd4k1/Lewdism
    bloginfo('url');
    ?>
/"><?php 
    bloginfo('name');
    ?>
</a></h1>
				<?php 
}
?>
				<div class="subtitle"><?php 
bloginfo('description');
?>
</div>
			</div>
			<?php 
the_ad('header');
?>
		</div>
	</header>
	<?php 
if (is_singular() && has_post_thumbnail()) {
    ?>
		<header id="hero-header">
			<?php 
    the_post_thumbnail();
    ?>
			<div class="info">
				<span><?php 
    if (is_review()) {
        echo 'Review';
    }
예제 #2
0
파일: footer.php 프로젝트: rd4k1/Lewdism
	</section>
	<?php 
the_ad('footer');
?>
	<footer class="main foot">
		<?php 
// return_to_top_link();
if (has_nav_menu('footer')) {
    wp_nav_menu(array('theme_location' => 'footer', 'container' => 'nav', 'container_class' => 'nav footer'));
}
// footer_text_items();
?>
	</footer>
	<?php 
wp_footer();
?>
</body>
</html>