![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/askdragao.com/wp-content/themes/walkerpress/ |
<?php /** * Template for Woocommerce * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site may use a * different template. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package walkerpress */ get_header(); ?> <div class="walkerwp-wraper inner-wraper woocommerce-wraper"> <div class="walkerwp-container"> <main id="primary" class="site-main walkerwp-grid-9"> <?php woocommerce_content(); ?> </main> <div class="walkerwp-grid-3 sidebar-block"> <?php get_sidebar();?> </div> </div> </div> <?php get_footer();