| Server IP : 93.86.61.54 / Your IP : 216.73.216.206 Web Server : Apache/2.4.62 (Ubuntu) System : Linux rasin.ddns.net 6.8.0-124-generic #124~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue May 26 21:05:19 UTC x86_64 User : www-data ( 33) PHP Version : 8.4.22 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/projects/tim/wp-content/themes/zita/ |
Upload File : |
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the #content div and all content after.
*
* @package Zita
* @since 1.0.0
*/
if ( is_single() || is_page() ){
$zita_disable_above_footer_dyn = get_post_meta( $post->ID, 'zita_disable_above_footer_dyn', true );
$zita_disable_footer_widget_dyn = get_post_meta( $post->ID, 'zita_disable_footer_widget_dyn', true );
$zita_disable_bottom_footer_dyn = get_post_meta( $post->ID, 'zita_disable_bottom_footer_dyn', true );
}else{
$zita_disable_above_footer_dyn ='';
$zita_disable_footer_widget_dyn ='';
$zita_disable_bottom_footer_dyn ='';
}
?>
<footer id="zita-footer">
<div class="footer-wrap widget-area">
<?php
zita_footer_abv_post_meta($zita_disable_above_footer_dyn);
zita_footer_widget_post_meta($zita_disable_footer_widget_dyn);
zita_footer_bottom_post_meta($zita_disable_bottom_footer_dyn);
?>
</div>
<?php if(get_theme_mod('zita_stick_footer_active')==true){ ?>
<div class="footer-sticky-icon">
<span class="footer-icon">
</span>
</div>
<?php } ?>
</footer>
<?php wp_footer(); ?>
</body>
</html>