File manager - Edit - /home/verseaumee/middletvnew/wp-content/themes/theme/footer.php
Back
<?php /** * The template for displaying the footer * * @package Art Blog */ ?> <?php $art_blog_main_slider_wrap = absint(get_theme_mod('art_blog_enable_footer', 1)); if($art_blog_main_slider_wrap == 1){ ?> <footer id="colophon" class="site-footer"> <?php if (is_active_sidebar('footer-1') || is_active_sidebar('footer-2') || is_active_sidebar('footer-3')) { ?> <section class="footer-top"> <div class="container"> <div class="flex-row"> <?php if (is_active_sidebar('footer-1')) { ?> <div class="footer-col"> <?php dynamic_sidebar('footer-1'); ?> </div> <?php } if (is_active_sidebar('footer-2')) { ?> <div class="footer-col"> <?php dynamic_sidebar('footer-2'); ?> </div> <?php } if (is_active_sidebar('footer-3')) { ?> <div class="footer-col"> <?php dynamic_sidebar('footer-3'); ?> </div> <?php } ?> </div> </div> </section> <?php } else { ?> <section class="footer-top default_footer_widgets"> <div class="container"> <div class="flex-row"> <aside id="search-2" class="widget widget_search default_footer_search"> <h2 class="widget-title"><?php esc_html_e('Search', 'art-blog'); ?></h2> <?php get_search_form(); ?> </aside> <aside id="categories-2" class="widget widget_categories"> <h2 class="widget-title"><?php esc_html_e('Tags', 'art-blog'); ?></h2> <div class="tagcloud"> <?php $tags = get_tags(); if ($tags) { wp_tag_cloud(array( 'smallest' => 8, 'largest' => 22, 'unit' => 'px', 'number' => 20, 'orderby' => 'count', 'order' => 'DESC', )); } else { echo '<p>' . esc_html__('No tags available. Add some tags to display here.', 'art-blog') . '</p>'; } ?> </div> </aside> <aside id="archives-2" class="widget widget_archive"> <h2 class="widget-title"><?php esc_html_e('Archives', 'art-blog'); ?></h2> <?php get_calendar(); ?> </aside> </div> </div> </section> <?php } ?> <div class="footer-bottom"> <div class="container"> <?php $art_blog_footer_social = absint(get_theme_mod('art_blog_footer_social_menu', 1)); if($art_blog_footer_social == 1){ ?> <div class="social-links"> <?php art_blog_social_menu(); ?> </div> <?php } ?> <div class="site-info"> <div> <?php if (!get_theme_mod('art_blog_copyright_option') ) { ?> <?php esc_html_e('Art Blog Theme By Revolution WP','art-blog'); ?> <?php } else { echo esc_html(get_theme_mod('art_blog_copyright_option')); } ?> </div> </div> </div> </div> </footer> <?php } ?> </div> <?php $art_blog_footer_go_to_top = absint(get_theme_mod('art_blog_enable_go_to_top_option', 1)); if($art_blog_footer_go_to_top == 1){ ?> <a href="javascript:void(0);" class="footer-go-to-top go-to-top"><i class="fas fa-chevron-up"></i></a> <?php } ?> <?php wp_footer(); ?> </body> </html>
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings