Current File : /home/kelaby89/alalamy.com.au/wp-content/themes/kaffen/template-parts/content-single.php |
<?php
/**
* Template part for displaying page content in page.php
*
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package kaffen
*/
?>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div class="description">
<div class="post-content element-anim-1 scroll-animate" data-animate="active">
<?php the_content(); ?>
<?php kaffen_entry_footer(); ?>
</div>
</div>
</div><!-- #post-<?php the_ID(); ?> -->