| Server IP : 145.239.37.162 / Your IP : 216.73.216.72 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/v/e/r/verseaa/www/wp-content/themes/5lhplg6c/inc/content/templates/ |
Upload File : |
<?php // Hook to include additional content before page content holder do_action( 'qi_action_before_page_content_holder' ); ?> <main id="qodef-page-content" class="qodef-grid qodef-layout--columns <?php echo esc_attr( qi_get_page_grid_sidebar_classes() ); ?> <?php echo esc_attr( qi_get_grid_gutter_classes() ); ?>"> <div class="qodef-grid-inner"> <?php // Hook to include additional content before blog and sidebar do_action( 'qi_action_before_blog_sidebar' ); // Include blog template echo apply_filters( 'qi_filter_blog_template', qi_get_template_part( 'blog', 'templates/blog' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped // Include page content sidebar qi_template_part( 'sidebar', 'templates/sidebar' ); // Hook to include additional content after blog and sidebar do_action( 'qi_action_after_blog_sidebar' ); ?> </div> </main> <?php // Hook to include additional content after main page content holder do_action( 'qi_action_after_page_content_holder' ); ?>