hello
Server : Apache/2.4.52 (Ubuntu) System : Linux HAN2 5.15.0-185-generic #195-Ubuntu SMP Fri Jun 19 17:11:50 UTC 2026 x86_64 User : servadmin ( 1000) PHP Version : 8.1.2-1ubuntu2.25 Disable Function : NONE Directory : /www/docs/www.obusignal.com/www.obusignal.com/wp-content/themes/nirvana/content/ |
<?php
/**
* The template for displaying posts in the Status Post Format on index and archive pages
*
* Learn more: http://codex.wordpress.org/Post_Formats
*
* @package Cryout Creations
* @subpackage Nirvana
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<header class="entry-header">
<h2 class="entry-title">
<span class="entry-format"><i class="crycon-status" title="<?php _e( 'Status', 'nirvana' ); ?>"></i></span>
<a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr__( 'Permalink to %s', 'nirvana' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a>
</h2>
<?php cryout_post_title_hook(); ?>
<div class="entry-meta">
<?php cryout_post_meta_hook(); ?>
</div><!-- .entry-meta -->
</header><!-- .entry-header -->
<?php cryout_post_before_content_hook(); ?>
<?php if ( is_search() ) { // Only display Excerpts for Search ?>
<div class="entry-summary">
<?php the_excerpt(); ?>
</div><!-- .entry-summary -->
<?php } else { ?>
<div class="entry-content">
<div class="avatar">
<?php echo get_avatar( get_the_author_meta( 'ID' ), apply_filters( 'nirvana_status_avatar', '65' ) ); ?>
</div>
<div class="status_content">
<?php the_content( __( 'Continue reading <span class="meta-nav">→</span>', 'nirvana' ) ); ?> </div>
</div><!-- .entry-content -->
<?php } ?>
<footer class="entry-meta">
<?php cryout_post_after_content_hook(); ?>
</footer>
</article><!-- #post-<?php the_ID(); ?> -->