Server IP : 192.158.238.246 / Your IP : 18.119.131.79 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/jenniferflocom/www/wp-content/themes/simple-glassy/loop-templates/ |
Upload File : |
<?php /** * Single post partial template * * @package SimpleGlassy */ // Exit if accessed directly. defined( 'ABSPATH' ) || exit; ?> <article <?php post_class( 'p-3 mb-3 bg-glassy rounded' ); ?> id="post-<?php the_ID(); ?>"> <header class="entry-header"> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> <div class="entry-meta border-bottom pb-1 mb-3 small"> <?php simpleglassy_posted_on(); ?> </div><!-- .entry-meta --> </header><!-- .entry-header --> <?php echo get_the_post_thumbnail( $post->ID, 'full', array( 'class' => 'd-block mx-auto mb-3' ) ); ?> <div class="entry-content clearfix"> <?php the_content(); ?> </div><!-- .entry-content --> <?php wp_link_pages( array( 'before' => '<div class="multipages mt-3 py-2 border-top border-bottom">' . __( 'Pages:', 'simple-glassy' ), 'after' => '</div>' ) ); ?> <footer class="entry-footer mt-3 pt-3 border-top small"> <?php simpleglassy_entry_footer(); ?> </footer><!-- .entry-footer --> </article><!-- #post-## -->