![]() Server : LiteSpeed System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : claqxcrl ( 523) PHP Version : 8.1.32 Disable Function : NONE Directory : /home/claqxcrl/askdragao.com/wp-content/themes/fclub/template-parts/ |
<?php /** * Template part for displaying posts with excerpts * * Used in Search Results and for Recent Posts in Front Page panels. * * @link https://codex.wordpress.org/Template_Hierarchy */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <strong class="entry-title"> <a href="<?php echo esc_url( get_permalink() ); ?>" rel="bookmark" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a> </strong> <div class="before-content"> <?php if ( 'post' === get_post_type() ) : ?> <?php if ( !is_single() && get_the_title() === '' ) : ?> <span class="icon clock-icon"> <a href="<?php echo esc_url( get_permalink() ); ?>" rel="bookmark"> <time datetime="<?php the_date( DATE_W3C ); ?>"><?php echo get_the_date(); ?></time> </a> </span><!-- .clock-icon --> <?php else : ?> <span class="icon clock-icon"> <time datetime="<?php the_date( DATE_W3C ); ?>"><?php echo get_the_date(); ?></time> </span><!-- .clock-icon --> <?php endif; ?> <span class="icon author-icon"> <?php the_author_posts_link(); ?> </span><!-- .author-icon --> <?php endif; ?> <?php if ( ! post_password_required() && ( comments_open() || get_comments_number() ) ) : ?> <span class="icon comments-icon"> <?php comments_popup_link(__( 'No Comments', 'fclub' ), __( '1 Comment', 'fclub' ), __( '% Comments', 'fclub' ), '', __( 'Comments are closed.', 'fclub' )); ?> </span><!-- .comments-icon --> <?php endif; ?> </div><!-- .before-content --> <?php the_excerpt(); ?> <div class="after-content"> <?php if ( 'post' === get_post_type() ) : ?> <?php if ( ! post_password_required() ) : ?> <?php if ( has_category() ) : ?> <p class="categories-wrapper"> <span class="icon category-icon"> <?php esc_html_e('Categories:', 'fclub'); ?> </span><!-- .category-icon --> <?php the_category( ' ' ) ?> </p><!-- .categories-wrapper --> <?php endif; ?> <?php if ( has_tag() ) : ?> <p class="tags-wrapper"> <span class="icon tags-icon"> <?php esc_html_e('Tags:', 'fclub'); ?> </span><!-- .tags-icon --> <?php the_tags('', _x( ', ', 'Used between list items, there is a space after the comma.', 'fclub' ), ''); ?> </p><!-- .tags-wrapper --> <?php endif; ?> <?php endif; // ! post_password_required() ?> <?php endif; ?> <?php edit_post_link( __( 'Edit', 'fclub' ), '<span class="edit-icon">', '</span>' ); ?> </div><!-- .after-content --> <div class="separator"> </div> </article><!-- #post-## -->