| Server IP : 69.72.244.102 / Your IP : 216.73.216.164 Web Server : LiteSpeed System : Linux s3434.fra1.stableserver.net 4.18.0-513.24.1.lve.2.el8.x86_64 #1 SMP Fri May 24 12:42:50 UTC 2024 x86_64 User : konzalta ( 1271) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/cwd/wp-content/plugins/portx-core/include/template/ |
Upload File : |
<?php
/**
* The main template file
*
* @package WordPress
* @subpackage tpcore
*/
get_header();
$post_column = is_active_sidebar( 'portfolio-sidebar' ) ? 'col-xxl-9 col-xl-9 col-lg-8' : 'col-xxl-10 col-xl-10 col-lg-10';
$post_column_center = is_active_sidebar( 'portfolio-sidebar' ) ? '' : 'justify-content-center';
?>
<!-- project-details-area start -->
<div class="tp-project-details-area pt-120 pb-90">
<div class="container">
<?php
if( have_posts() ):
while( have_posts() ): the_post(); ?>
<?php the_content(); ?>
<?php
endwhile; wp_reset_query();
endif;
?>
</div>
</div>
<!-- project-details-area end -->
<?php get_footer(); ?>