File: /home/dkfounda/public_html/wp-content/themes/classic-charity-ngo/content-page.php
<?php
/**
* The template used for displaying page content in page.php
*
* @package Classic Charity NGO
*/
?>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<?php the_post_thumbnail(); ?>
<div class="entry-content mt-3">
<?php the_content(); ?>
</div>
<div class="clearfix"></div>
<?php
wp_link_pages( array(
'before' => '<div class="page-links">' . __( 'Pages:', 'classic-charity-ngo' ),
'after' => '</div>',
) );
?>
<?php edit_post_link( __( 'Edit', 'classic-charity-ngo' ), '<footer class="entry-meta"><span class="edit-link">', '</span></footer>' ); ?>
</article>