|
Server IP : 89.26.249.46 / Your IP : 216.73.216.42 Web Server : Apache System : Linux a.cp.cloudlink.pt 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64 User : eticalga ( 1129) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/eticalga/www/files/themes/kobuxeticalgarve/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<?php
/**
* The Template for displaying all single posts.
*
* @package kobuxeticalgarve
*/
get_header(); ?>
<article id="content">
<?php while (have_posts()) : the_post(); ?>
<div class="page-top-section content-single">
<div class="site-content-single">
<?php include(locate_template('partials/page-top-article.php')); ?>
<?php echo kobuxeticalgarve_list_terms('category', 'string', true, true, get_the_ID(), 'post'); ?>
</div>
<?php if (has_post_thumbnail()) { ?>
<div class="featured-img">
<figure><?php echo wp_get_attachment_image(get_post_thumbnail_id(get_the_ID()), '1536x1536', false, array('class' => '', 'sizes' => '100vw')); ?></figure>
</div>
<?php } ?>
</div>
<div class="site-content">
<?php the_content(); ?>
</div>
<?php endwhile; ?>
</article>
<?php get_footer(); ?>