| Linux server27.hostingraja.org 2.6.32-954.3.5.lve1.4.93.el6.x86_64 #1 SMP Wed Oct 4 17:04:29 UTC 2023 x86_64 Path : /home/udaipurk/www/websites/bombay-corner/wp-content/themes/panpie/template-parts/ |
| Current File : //home/udaipurk/www/websites/bombay-corner/wp-content/themes/panpie/template-parts/content-page.php |
<?php
/**
* @author RadiusTheme
* @since 1.0
* @version 1.0
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php if ( has_post_thumbnail() ): ?>
<div class="entry-thumbnail"><?php the_post_thumbnail( 'panpie-size1' );?></div>
<?php endif; ?>
<div class="entry-content">
<?php the_content();?>
<?php
wp_link_pages( array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'panpie' ),
'after' => '</div>',
'link_before' => '<span class="page-number">',
'link_after' => '</span>',
) );
?>
</div>
</article>