| Server IP : 78.46.212.173 / Your IP : 216.73.217.93 Web Server : Apache/2 System : Linux srv3.jatyo.com 6.1.0-44-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.164-1 (2026-03-09) x86_64 User : argflx ( 1280) PHP Version : 8.5.9 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home2/argflx/domains/argeflex.com/public_html/wp-content/themes/qwery/ |
Upload File : |
<?php
/**
* The Footer: widgets area, logo, footer menu and socials
*
* @package QWERY
* @since QWERY 1.0
*/
do_action( 'qwery_action_page_content_end_text' );
// Widgets area below the content
qwery_create_widgets_area( 'widgets_below_content' );
do_action( 'qwery_action_page_content_end' );
?>
</div>
<?php
do_action( 'qwery_action_after_page_content' );
// Show main sidebar
get_sidebar();
do_action( 'qwery_action_content_wrap_end' );
?>
</div>
<?php
do_action( 'qwery_action_after_content_wrap' );
// Widgets area below the page and related posts below the page
$qwery_body_style = qwery_get_theme_option( 'body_style' );
$qwery_widgets_name = qwery_get_theme_option( 'widgets_below_page', 'hide' );
$qwery_show_widgets = ! qwery_is_off( $qwery_widgets_name ) && is_active_sidebar( $qwery_widgets_name );
$qwery_show_related = qwery_is_single() && qwery_get_theme_option( 'related_position', 'below_content' ) == 'below_page';
if ( $qwery_show_widgets || $qwery_show_related ) {
if ( 'fullscreen' != $qwery_body_style ) {
?>
<div class="content_wrap">
<?php
}
// Show related posts before footer
if ( $qwery_show_related ) {
do_action( 'qwery_action_related_posts' );
}
// Widgets area below page content
if ( $qwery_show_widgets ) {
qwery_create_widgets_area( 'widgets_below_page' );
}
if ( 'fullscreen' != $qwery_body_style ) {
?>
</div>
<?php
}
}
do_action( 'qwery_action_page_content_wrap_end' );
?>
</div>
<?php
do_action( 'qwery_action_after_page_content_wrap' );
// Don't display the footer elements while actions 'full_post_loading' and 'prev_post_loading'
if ( ( ! qwery_is_singular( 'post' ) && ! qwery_is_singular( 'attachment' ) ) || ! in_array ( qwery_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="qwery_skip_link_anchor" href="#"></a>
<?php
do_action( 'qwery_action_before_footer' );
// Footer
$qwery_footer_type = qwery_get_theme_option( 'footer_type' );
if ( 'custom' == $qwery_footer_type && ! qwery_is_layouts_available() ) {
$qwery_footer_type = 'default';
}
get_template_part( apply_filters( 'qwery_filter_get_template_part', "templates/footer-" . sanitize_file_name( $qwery_footer_type ) ) );
do_action( 'qwery_action_after_footer' );
}
?>
<?php do_action( 'qwery_action_page_wrap_end' ); ?>
</div>
<?php do_action( 'qwery_action_after_page_wrap' ); ?>
</div>
<?php do_action( 'qwery_action_after_body' ); ?>
<?php wp_footer(); ?>
</body>
</html>