| Server IP : 37.9.174.138 / Your IP : 216.73.216.117 Web Server : Apache System : Linux vps6.backend.sk 6.12.100+deb13-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.100-1 (2026-07-30) x86_64 User : ftpuser ( 1001) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/cwd/wp-content/themes/inbio/ |
Upload File : |
<?php
/**
* The template for displaying elementor template
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post
*
* @package inbio
*/
if ( ! defined( 'ABSPATH' ) ) {
exit; // Exit if accessed directly.
}
get_header();
while (have_posts()) : the_post(); ?>
<div class="page-wrapper blog-story-area clear rn-section-gap">
<div class="elementor-template-preview">
<?php the_content(); ?>
</div>
</div>
<?php
endwhile; // End of the loop.
get_footer();