HEX
Server: Apache
System: Linux info 3.0 #1337 SMP Tue Jan 01 00:00:00 CEST 2000 all GNU/Linux
User: ws67301310 (67301310)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /homepages/4/d4297730999/htdocs/wordpress/wp-content/kamini-wp copy/content-page.php
<?php

/**

 * The template used for displaying page content in page.php

 *

 * @package WordPress

 * @subpackage Twenty_Eleven

 * @since Twenty Eleven 1.0

 */

?>



<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>

	<header class="entry-header">

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

		<?php if (!is_page('testimonials')) { ?>

		<?php if (class_exists('MultiPostThumbnails')

   	 && MultiPostThumbnails::has_post_thumbnail('page', 'secondary-image')) :

        MultiPostThumbnails::the_post_thumbnail('page', 'secondary-image'); endif; ?>

		<?php }; ?>

	</header><!-- .entry-header -->



	<div class="entry-content">

		<?php the_content(); ?>

		

	</div><!-- .entry-content -->

	

</article><!-- #post-<?php the_ID(); ?> -->