Example #1
0
function fastfood_sidebar_footer()
{
    fastfood_get_sidebar('footer', true);
}
Example #2
0
<div id="posts-content"<?php 
fastfood_posts_content_class();
?>
>

	<?php 
fastfood_hook_content_top();
?>

	<?php 
get_template_part('loop', 'singular');
?>

	<?php 
fastfood_hook_content_bottom();
?>

</div>

<?php 
fastfood_hook_content_after();
?>

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

<?php 
get_footer();
Example #3
0
			</div>

			<?php 
fastfood_hook_footer_after();
?>

		</div><!-- close main -->

		<!-- <?php 
echo get_num_queries();
?>
 queries. <?php 
timer_stop(1);
?>
 seconds. -->

		<?php 
fastfood_hook_body_bottom();
?>

		<?php 
fastfood_get_sidebar('hidden', true);
?>

		<?php 
wp_footer();
?>

	</body>

</html>
Example #4
0
:<span class="search-string"><?php 
echo home_url() . esc_html($_SERVER['REQUEST_URI']);
?>
</span></p>

		<?php 
if (is_active_sidebar('error404-widgets-area')) {
    ?>

			<p><?php 
    _e('You can try the following:', 'fastfood');
    ?>
</p>

			<?php 
    fastfood_get_sidebar('error404', false);
    // show error404 widgets area
    ?>

		<?php 
} else {
    ?>

			<p><?php 
    _e('There are several links scattered around the page, maybe you can find what you&#39;re looking for', 'fastfood');
    ?>
</p>

			<p><?php 
    _e('Perhaps using the search form will help too...', 'fastfood');
    ?>