• File: content-archive.php
  • Full Path: /home/mannonia/www/wp-content/themes/mannoniavocat/template-parts/content-archive.php
  • File size: 400 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Arhive content.
 *
 */

// File Security Check
if ( ! defined( 'ABSPATH' ) ) { exit; }
?>

<?php do_action('presscore_before_post'); ?>

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

	<?php presscore_get_template_part( 'theme', 'blog/masonry/blog-masonry-post-content' ); ?>

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

<?php do_action('presscore_after_post'); ?>