Server : LiteSpeed
System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : nandedex ( 1060)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /home/nandedex/www/wp-content/plugins/better-amp/template/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : /home/nandedex/www/wp-content/plugins/better-amp/template/page.php
<?php

better_amp_get_header();

better_amp_enqueue_block_style( 'single' );
better_amp_enqueue_block_style( 'page' );

better_amp_the_post();

?>
	<div <?php better_amp_post_classes( 'single-page clearfix' ) ?>>

		<h1 class="page-title"><?php the_title() ?></h1>

		<?php if ( better_amp_get_theme_mod( 'better-amp-post-show-thumbnail' ) && has_post_thumbnail() ): ?>
			<div class="page-thumbnail" <?php better_amp_customizer_hidden_attr( 'better-amp-post-show-thumbnail' ) ?>>
				<?php better_amp_the_post_thumbnail( 'better-amp-large' ); ?>
			</div>
		<?php endif ?>

		<div class="page-content entry-content">
			<?php the_content() ?>
		</div>
		<?php

		if ( better_amp_get_theme_mod( 'better-amp-page-social-share-show' ) != 'hide' && ! ( function_exists( 'is_woocommerce' ) && is_cart() ) ) {
			better_amp_template_part( 'views/post/social-share' );
		}

		?>
	</div>
<?php

better_amp_get_footer();

F1le Man4ger