| Server IP : 104.21.21.239 / Your IP : 216.73.216.68 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/smartadapt/ |
Upload File : |
<?php
/**
* The template for displaying posts in the Status post format
*/
?>
<div class="post-box">
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="entry-header">
<header class="entry-header">
<?php if ( is_single() ) : ?>
<h2 class="entry-title"><?php the_title(); ?></h2>
<?php else : ?>
<h2 class="entry-title">
<a href="<?php the_permalink(); ?>" rel="bookmark"><?php the_title(); ?></a>
</h2>
<?php endif; ?>
</header>
<?php echo get_avatar(get_the_author_meta('ID'), apply_filters('smartadapt_status_avatar', '48')); ?> <h5><?php the_author(); ?></h5>
</div>
<!-- .entry-header -->
<div class="entry-content">
<?php the_content(__('Continue reading <span class="meta-nav">→</span>', 'smartadapt')); ?>
</div>
<!-- .entry-content -->
<footer class="entry-meta">
<?php edit_post_link(__('Edit', 'smartadapt'), '<span class="edit-link">', '</span>'); ?>
</footer>
<!-- .entry-meta -->
</article>
<!-- #post -->
</div><!-- .post-box -->