File "classic.php"
Full Path: /home/jlklyejr/public_html/wp-content/test/wp-content/themes/goya/inc/templates/blog/classic.php
File size: 370 bytes
MIME-type: text/x-php
Charset: utf-8
<?php if (have_posts()) : ?>
<div class="<?php echo esc_attr( goya_pagination_style() ); ?>">
<?php while (have_posts()) : the_post(); ?>
<?php get_template_part( 'inc/templates/blogbit/classic'); ?>
<?php endwhile; ?>
</div>
<?php do_action('goya_blog_pagination'); ?>
<?php else : ?>
<?php get_template_part( 'inc/templates/not-found' ); ?>
<?php endif; ?>