Beispiel #1
0
<?php

$options = get_option('banshee');
?>

</div>
<!-- End Main -->

<footer>
<?php 
if (is_home()) {
    // Blog Page
    az_footer_widget(get_option('page_for_posts'));
} else {
    // All Other Pages and Posts
    az_footer_widget(get_the_ID());
}
?>

<!-- Start Footer Credits -->
<section id="footer-credits">
	<div class="container">
		<div class="row">

			<?php 
if (!empty($options['enable-footer-social-area']) && $options['enable-footer-social-area'] == 1) {
    ?>
            
            <div class="span12">
                <p class="copyright">&copy; <?php 
    _e('Copyright ', AZ_THEME_NAME);
}
?>

<?php 
if ($az_options_show_footer) {
    /* Start $show_footer; */
    ?>
<footer class="footer">
	
	<?php 
    if (is_home()) {
        // Blog Page and Search Page
        az_footer_widget(get_option('page_for_posts'));
    } else {
        // All Other Pages and Posts
        az_footer_widget($postid);
    }
    ?>

	<div class="footer-bottom-area">
		<div class="credits">
		<?php 
    if (!empty($options_alice['footer_credits_text'])) {
        ?>
 
			<p><?php 
        echo wp_kses_post($options_alice['footer_credits_text']);
        ?>
</p>
		<?php 
    } else {