| 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 offer single template file
*
*/
?>
<?php get_header(); ?>
<div class="main-block">
<div class="archive__offers archive__offers--single">
<?php while ( have_posts() ) : the_post(); ?>
<div class="article-block__title">
<?php the_title( '<h1>', '</h1>' ); ?>
</div>
<div class="offers__article">
<div class="archive__content">
<div class="article-block__copy post-single__content">
<?php the_content(); ?>
</div>
</div>
<div class="archive__img">
<?php the_post_thumbnail('single-offer-thm'); ?>
</div>
</div>
<?php endwhile; // End of the loop.?>
</div>
</div>
<?php get_footer();