| 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
/**
* @package Academica
*/
get_header(); ?>
<div id="content" class="clearfix">
<?php if ( is_active_sidebar( 'sidebar-1' ) ) : ?>
<div class="column column-narrow">
<?php dynamic_sidebar( 'sidebar-1' ); ?>
</div><!-- end .column-narrow -->
<?php endif; ?>
<div id="column-content" class="column column-content posts">
<?php
if ( have_posts() ) :
while ( have_posts() ) :
the_post();
get_template_part( 'content', get_post_format() );
endwhile;
academica_content_nav();
else : ?>
<h2><?php _e( 'Apologies, but no results were found. Perhaps searching will help find a related post.', 'academica' ); ?></h2>
<?php get_search_form(); ?>
<?php endif; ?>
</div><!-- end .column-content -->
<?php if ( is_active_sidebar( 'sidebar-2' ) ) : ?>
<div class="column column-narrow column-last">
<?php dynamic_sidebar( 'sidebar-2' ); ?>
</div><!-- end .column-narrow -->
<?php endif; ?>
</div><!-- end #content -->
<?php get_footer(); ?>