| Server IP : 172.67.201.108 / Your IP : 216.73.216.11 Web Server : Apache/2.4.68 (Amazon Linux) OpenSSL/3.5.5 System : Linux ip-172-31-69-123.ec2.internal 6.1.176-223.369.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Jul 24 13:34:27 UTC 2026 x86_64 User : ec2-user ( 1000) PHP Version : 8.4.23 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/tgnew/wp-content/themes/looming/ |
Upload File : |
<?php get_header(); ?>
<div class="hr-full-post">
<hr />
</div>
<div id="content">
<div id="posts">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="full-post" id="post-<?php the_ID(); ?>">
<h2 class="full-post-title"><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<div class="meta-full-post">
<span><?php the_time('F j, Y'); ?></span> by <span><?php the_author() ?></span>
</div><!--meta-->
<div class="full-post-content"><?php the_content(); ?></div>
<div class="full-post-pages"><?php wp_link_pages(); ?></div>
<div class="meta-full-post"></div>
<div class="clearfix"></div>
<?php comments_template(); ?>
</div><!-- full-post -->
<?php endwhile; ?>
<?php endif; ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>