<?php /** * Template part for displaying standard posts * * @link https://codex.wordpress.org/Template_Hierarchy * * @package sway * by KeyDesign */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?> > <h2 class="blog-single-title"><a href="<?php esc_url(the_permalink()); ?>" title="<?php the_title_attribute(); ?>"><?php the_title(); ?></a></h2> <?php get_template_part( 'core/templates/post/partials/content', 'meta' ); ?> <div class="entry-content"> <?php the_excerpt(); ?> <?php wp_link_pages(); ?> </div> </article>