![]() 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 /** * The template used for displaying page content * */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <h1 class="entry-title"><?php the_title(); ?></h1> <div class="page-content"> <?php if ( has_post_thumbnail() ) : the_post_thumbnail(); endif; the_content( __( 'Read More...', 'fclub') ); wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'fclub' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>', ) ); ?> </div><!-- .page-content --> <div class="page-after-content"> <?php if ( ! post_password_required() ) : ?> <?php if ('open' == $post->comment_status) : ?> <span class="icon comments-icon"> <?php comments_popup_link(__( 'No Comments', 'fclub' ), __( '1 Comment', 'fclub' ), __( '% Comments', 'fclub' ), '', __( 'Comments are closed.', 'fclub' )); ?> </span> <?php endif; ?> <?php edit_post_link( __( 'Edit', 'fclub' ), '<span class="edit-icon">', '</span>' ); ?> <?php endif; ?> </div><!-- .page-after-content --> </article><!-- #post-## -->