';
echo '
';
echo get_the_title();
echo '
';
echo '
';
echo 'By '.get_the_author();
echo '
';
echo '
';
the_excerpt();
echo '
';
echo '
';
echo '
Read More';
echo '
';
echo '
';
endwhile;
get_template_part('includes/single/pagination');
wp_reset_postdata();
endif;
?>