| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/cdc/ai4fashion22/wp-content/themes/academica/ |
Upload File : |
<?php /** * Template Name: Sidebar Left * * @package Academica */ get_header(); ?> <div id="content" class="clearfix"> <?php while ( have_posts() ) : the_post(); ?> <div class="column column-title"> <?php get_template_part( 'breadcrumb' ); ?> </div><!-- end .column-title --> <div class="column column-narrow"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div><!-- end .column-narrow --> <div class="column column-double column-last column-content single"> <?php get_template_part( 'content', 'page' ); comments_template(); ?> </div><!-- end .column-content --> <?php endwhile; ?> </div><!-- end #content --> <?php get_footer(); ?>