HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/weblistings.co.uk/public_html-20250117120638/wp-content/themes/consultguide/footer.php
<?php
/** 
 * The template for displaying the footer
 *
 * Contains the closing of the #content div and all content after.
 *
 * @link    https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package consultguide
 */

$consultguide_footer_widgets_enabled = get_theme_mod('consultstreet_footer_widgets_enabled', true);  
$consultguide_footer_container_size = get_theme_mod('consultstreet_footer_container_size', 'container-full');
$consultguide_footer_copright_enabled = get_theme_mod('consultstreet_footer_copright_enabled', true);
$consultguide_footer_copright_text = get_theme_mod('consultstreet_footer_copright_text', __('Copyright &copy; 2024 | Powered by <a href="//wordpress.org/">WordPress</a> <span class="sep"> | </span> ConsultGuide theme by <a target="_blank" href="//themearile.com/">ThemeArile</a>', 'consultguide'));

?>
	<!--Footer-->
	<footer class="site-footer dark">

	<?php if($consultguide_footer_widgets_enabled == true): ?>
		<div class="<?php echo esc_attr($consultguide_footer_container_size); ?>">
			<!--Footer Widgets-->			
			<div class="row footer-sidebar">
			   <?php get_template_part('sidebar','footer');?>
			</div>
		</div>
		<!--/Footer Widgets-->
	<?php endif; ?>		
		

    <?php if($consultguide_footer_copright_enabled == true): ?>
		<!--Site Info-->
		<div class="site-info text-center">
			<?php echo wp_kses_post($consultguide_footer_copright_text); ?>				
		</div>
		<!--/Site Info-->			
	<?php endif; ?>	
			
	</footer>
	<!--/End of Footer-->
		<!--Page Scroll Up-->
		<div class="page-scroll-up"><a href="#totop"><i class="fa fa-angle-up"></i></a></div>
		<!--/Page Scroll Up-->
	
<?php wp_footer(); ?>

</body>
</html>