Server IP : 192.158.238.246 / Your IP : 3.15.26.71 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 /** * Partial template for content in page.php * * @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 border-bottom mb-3">', '</h1>' ); ?> </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> <?php wp_link_pages( array( 'before' => '<div class="multipages mb-3 py-2 border-top border-bottom">' . __( 'Pages:', 'simple-glassy' ), 'after' => '</div>' ) ); ?> <?php simpleglassy_edit_link(); ?> </article>