| Server IP : 104.26.2.156 / Your IP : 216.73.216.185 Web Server : nginx/1.27.1 System : Linux us-1 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64 User : vinodai ( 3134) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v1396/wwwindicidolscom/public_html/wp-content/themes/shakti/ |
Upload File : |
<?php
/**
* The Footer: widgets area, logo, footer menu and socials
*
* @package SHAKTI
* @since SHAKTI 1.0
*/
do_action( 'shakti_action_page_content_end_text' );
// Widgets area below the content
shakti_create_widgets_area( 'widgets_below_content' );
do_action( 'shakti_action_page_content_end' );
?>
</div>
<?php
do_action( 'shakti_action_after_page_content' );
// Show main sidebar
get_sidebar();
do_action( 'shakti_action_content_wrap_end' );
?>
</div>
<?php
do_action( 'shakti_action_after_content_wrap' );
// Widgets area below the page and related posts below the page
$shakti_body_style = shakti_get_theme_option( 'body_style' );
$shakti_widgets_name = shakti_get_theme_option( 'widgets_below_page' );
$shakti_show_widgets = ! shakti_is_off( $shakti_widgets_name ) && is_active_sidebar( $shakti_widgets_name );
$shakti_show_related = shakti_is_single() && shakti_get_theme_option( 'related_position' ) == 'below_page';
if ( $shakti_show_widgets || $shakti_show_related ) {
if ( 'fullscreen' != $shakti_body_style ) {
?>
<div class="content_wrap">
<?php
}
// Show related posts before footer
if ( $shakti_show_related ) {
do_action( 'shakti_action_related_posts' );
}
// Widgets area below page content
if ( $shakti_show_widgets ) {
shakti_create_widgets_area( 'widgets_below_page' );
}
if ( 'fullscreen' != $shakti_body_style ) {
?>
</div>
<?php
}
}
do_action( 'shakti_action_page_content_wrap_end' );
?>
</div>
<?php
do_action( 'shakti_action_after_page_content_wrap' );
// Don't display the footer elements while actions 'full_post_loading' and 'prev_post_loading'
if ( ( ! shakti_is_singular( 'post' ) && ! shakti_is_singular( 'attachment' ) ) || ! in_array ( shakti_get_value_gp( 'action' ), array( 'full_post_loading', 'prev_post_loading' ) ) ) {
// Skip link anchor to fast access to the footer from keyboard
?>
<a id="footer_skip_link_anchor" class="shakti_skip_link_anchor" href="#"></a>
<?php
do_action( 'shakti_action_before_footer' );
// Footer
$shakti_footer_type = shakti_get_theme_option( 'footer_type' );
if ( 'custom' == $shakti_footer_type && ! shakti_is_layouts_available() ) {
$shakti_footer_type = 'default';
}
get_template_part( apply_filters( 'shakti_filter_get_template_part', "templates/footer-" . sanitize_file_name( $shakti_footer_type ) ) );
do_action( 'shakti_action_after_footer' );
}
?>
<?php do_action( 'shakti_action_page_wrap_end' ); ?>
</div>
<?php do_action( 'shakti_action_after_page_wrap' ); ?>
</div>
<?php do_action( 'shakti_action_after_body' ); ?>
<?php wp_footer(); ?>
</body>
</html>