File "content-single.php"

Full Path: /home/attunedd/public_html/byp/izo/template-parts/content-single.php
File size: 471 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/**
 * Template part for displaying posts
 *
 * @link https://developer.wordpress.org/themes/basics/template-hierarchy/
 *
 * @package Izo
 */

?>

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

	<?php 
		do_action( 'izo_single_item_content_before', $is_page = false );

		do_action( 'izo_single_item_content', $is_page = false );
		
		do_action( 'izo_single_item_content_after', $is_page = false );
	?>

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