my site footer is not showing.. any help please
i can't seem to find my footer since it disappeared unfortunately. i hereby attach the source code if anyone can help
/div
/div
!-- CORE : end --
?php // Add custom code before footer
do_action( 'lsvr_townpress_footer_before' ); ?
!-- FOOTER : begin --
footer id=footer ?php lsvr_townpress_the_footer_class(); ?
?php lsvr_townpress_the_footer_background(); ?
div class=footer__inner
?php // Add custom code before footer widgets
do_action( 'lsvr_townpress_footer_widgets_before' ); ?
?php // Footer widgets
get_sidebar( 'footer-widgets' ); ?
?php // Add custom code after footer widgets
do_action( 'lsvr_townpress_footer_widgets_after' ); ?
?php // Footer bottom
get_template_part( 'template-parts/footer/bottom' ); ?
?php // Add custom code after footer bottom
do_action( 'lsvr_townpress_footer_bottom_after' ); ?
/div
/footer
!-- FOOTER : end --
?php // Add custom code at the bottom of wrapper
do_action( 'lsvr_townpress_wrapper_bottom' ); ?