Esempio n. 1
0
					</div>
				</div>
				<div id="top_fade"></div>
			</div>
		</div>

		<div id="maincontent">

			<?php 
shiword_hook_header_before();
?>

			<div id="headerimg">

				<?php 
shiword_hook_header_top();
?>

				<?php 
shiword_get_sidebar('header');
// show header widget area
?>

				<?php 
shiword_hook_header_bottom();
?>

			</div>

			<?php 
shiword_hook_header_after();
Esempio n. 2
0
				</div>

				<div class="fixfloat"> </div>

				<?php 
        shiword_hook_entry_bottom();
        ?>

			</div>

			<?php 
        shiword_hook_entry_after();
        ?>

			<?php 
        shiword_get_sidebar('single');
        // show single widget area
        ?>

			<?php 
        comments_template();
        // Get wp-comments.php template
        ?>

		<?php 
    }
    ?>

	<?php 
} else {
    ?>
Esempio n. 3
0
			<?php 
        comments_template();
        // Get wp-comments.php template
        ?>

		<?php 
    }
    ?>

	<?php 
} else {
    ?>

		<p><?php 
    _e('Sorry, no posts matched your criteria.', 'shiword');
    ?>
</p>

	<?php 
}
?>

</div>

<?php 
shiword_get_sidebar();
// show sidebar
?>

<?php 
get_footer();
Esempio n. 4
0
?>

			<?php 
wp_nav_menu(array('container_class' => 'sw-menu', 'menu_id' => 'bottommenu', 'fallback_cb' => false, 'theme_location' => 'secondary', 'depth' => 1));
?>

			<?php 
shiword_hook_footer_before();
?>

			<!-- begin footer -->

			<div id="footer">

				<?php 
shiword_get_sidebar('footer');
// show footer widgets areas
?>

				<?php 
shiword_hook_footer_top();
?>

				<div id="themecredits">
					<?php 
shiword_theme_credits();
?>
				</div>

				<?php 
shiword_hook_footer_bottom();