| Server IP : 130.225.57.55 / Your IP : 216.73.216.60 Web Server : Apache System : Linux wp-vhost07 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /srv/www/reco2st.eu/https/wp-content/themes/erc04961/ |
Upload File : |
<?php get_header(); ?>
<?php get_template_part('elements/breadcrumb'); ?>
<?php
if ( have_posts() ) : ?>
<div class="single-new" data-animation>
<div class="site__container">
<?php while ( have_posts() ) : the_post(); ?>
<div class="grid">
<div class="grid__item push--tab--one-twelfth tab--five-twelfths">
<div class="single-new__image">
<?php MOZ_Image::background( get_post_thumbnail_id(), 'Medium', array(
'large' => '(min-width: 768px)'
), array( 'class' => '' ), array( 'lazy' => false ) ); ?>
</div>
</div>
<div class="grid__item push--tab--one-twelfth tab--five-twelfths">
<div class="single-new__content">
<div class="single-new__date"><?php echo get_the_date('d.m.Y'); ?></div>
<h1 class="single-new__title"><?php the_title(); ?></h1>
<div class="single-new__text"><?php the_content(); ?></div>
</div>
<ul class="single-new__navigation">
<li class="single-new__navigation__prev"><?php next_post_link('%link', ' ', false); ?></li>
<li class="single-new__navigation__next"><?php previous_post_link('%link', ' ', false); ?></li>
</ul>
</div>
</div>
<?php endwhile; ?>
</div>
</div>
<?php endif; ?>
<?php get_footer();