| Server IP : 170.10.162.208 / Your IP : 216.73.216.38 Web Server : LiteSpeed System : Linux altar19.supremepanel19.com 4.18.0-553.69.1.lve.el8.x86_64 #1 SMP Wed Aug 13 19:53:59 UTC 2025 x86_64 User : deltahospital ( 1806) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/proc/self/root/home/deltahospital/www/wp-content/themes/imedica/ |
Upload File : |
<?php /** * The template for displaying posts in the Status post format * * @package WordPress * @subpackage iMedica * @since iMedica 1.0 */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-header"> <header> <h1><?php the_author(); ?></h1> <h2><a href="<?php the_permalink(); ?>" title="<?php echo esc_attr( sprintf( __( 'Permalink to %s', 'imedica' ), the_title_attribute( 'echo=0' ) ) ); ?>" rel="bookmark"><?php echo get_the_date(); ?></a></h2> </header> <?php /** * Filter the status avatar size. * * @since iMedica 1.0 * * @param int $size The height and width of the avatar in pixels. */ $status_avatar = apply_filters( 'imedica_status_avatar', 48 ); echo get_avatar( get_the_author_meta( 'ID' ), $status_avatar ); ?> </div> <!-- .entry-header --> <div class="entry-content"> <?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'imedica' ) ); ?> </div> <!-- .entry-content --> <footer class="entry-meta"> <div class="imedica-row"> <?php if ( comments_open() ) : ?> <div class="comments-link"> <?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'imedica' ) . '</span>', __( '1 Reply', 'imedica' ), __( '% Replies', 'imedica' ) ); ?> </div><!-- .comments-link --> <?php endif; // comments_open() ?> <?php edit_post_link( __( 'Edit', 'imedica' ), '<span class="edit-link">', '</span>' ); ?> </div> </footer> <!-- .entry-meta --> </article><!-- #post -->