| Server IP : 217.160.0.251 / Your IP : 216.73.216.183 Web Server : Apache System : Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux User : u94981163 ( 8991765) PHP Version : 7.2.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /homepages/15/d754908516/htdocs/wp-content/themes/_est-project/ |
Upload File : |
<?php
/**
* The template Name: Page without slider
**/
?>
<?php get_header('without-slider' ); ?>
<div class="main-block">
<!--<div class="main-block__wrapper">-->
<?php while ( have_posts() ) : the_post(); ?>
<!--<div class="article-block__copy">-->
<?php the_title( '<h1>', '</h1>' );?>
<?php the_content(); ?>
<!--</div>-->
<?php endwhile; // End of the loop.?>
<!--</div>-->
</div>
<?php get_footer();