| Server IP : 138.197.162.186 / Your IP : 216.73.216.17 Web Server : nginx/1.24.0 System : Linux ubuntu-s-1vcpu-512mb-10gb-tor1 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/yogaensalada-site/wp-content/themes/arimolite/ |
Upload File : |
<?php get_header(); ?>
<div class="main-contaier">
<div class="container">
<?php
while ( have_posts() ) {
the_post();
$sticky_class = ( is_sticky() ) ? 'arimolite-post-sticky' : null;
$featured_image = null;
if ( has_post_thumbnail() ) {
$featured_image = arimolite_resize_image( get_post_thumbnail_id(), null, 1530, 700, true, true );
$featured_image = $featured_image['url'];
} ?>
<div class="arimolite-single-post">
<article <?php post_class(); ?>>
<div class="post-inner">
<div class="post-header">
<?php get_template_part('template-parts/post', 'format'); ?>
<div class="date-post">
<span class="month"><?php echo get_the_date( 'M'); ?></span>
<span class="day"><?php echo get_the_date( 'd'); ?></span>
<span class="year"><?php echo get_the_date( 'Y'); ?></span>
</div>
</div>
<div class="post-info">
<div class="post-cats"><i class="far fa-bookmark"></i><?php the_category(', '); ?></div>
<h1 class="post-title"><?php the_title(); ?></h1>
<?php get_template_part('template-parts/post', 'meta'); ?>
<div class="post-content">
<?php
the_content();
wp_link_pages(
array(
'before' => '<p class="page-nav">' . esc_html__( 'Pages:', 'arimolite' ),
'after' => '</p>'
)
);
?>
</div>
<?php get_template_part('template-parts/post', 'footer'); ?>
</div>
</div>
</article>
<?php get_template_part( 'template-parts/single', 'post-related' ); ?>
<?php
if ( comments_open() || get_comments_number() ) :
comments_template('', true);
endif;
?>
</div>
<?php } ?>
</div>
</div>
<?php get_footer(); ?>