Warning: Undefined array key "बहिः गच्छतु" in
/www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line
136
Warning: Undefined array key "aksi" in
/www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line
140
Warning: Undefined array key "नामपत्र" in
/www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line
159
Warning: Undefined array key "नामपत्र" in
/www/wwwroot/wellwisehub.org/wp-includes/blocks/index.php(1) : eval()'d code on line
181
Current File : /www/wwwroot/wellwisehub.org/wp-content/themes/graceful/template-parts/page/pages-contents.php |
<?php
/**
* Template part for Page Content
*
* @package Graceful
*/
?>
<article id="page-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php
if ( have_posts() ) :
// Loop Start
while ( have_posts() ) :
the_post();
if ( has_post_thumbnail() ) :
?>
<div class="site-images">
<?php the_post_thumbnail( 'graceful-full-thumbnail' ); ?>
</div>
<?php
endif;
$graceful_title = get_the_title();
if ( ! empty( $graceful_title ) ) :
?>
<header class="post-header">
<h1 class="page-title"><?php echo esc_html( $graceful_title ); ?></h1>
</header>
<?php
endif;
?>
<div class="post-page-content">
<?php the_content(); ?>
<?php
// Site Pagination
$graceful_defaults = array(
'before' => '<p class="site-pagination">' . esc_html__( 'Pages:', 'graceful' ),
'after' => '</p>',
);
wp_link_pages( $graceful_defaults );
?>
</div>
<?php
endwhile; // Loop End
endif;
?>
</article>