Remove template_part, template_sidebar, temp sidebar fix
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
<article <?php post_class(); ?>>
|
||||
<header>
|
||||
<h1 class="entry-title"><?php the_title(); ?></h1>
|
||||
<?php App\template_part('partials/entry-meta'); ?>
|
||||
<?php get_template_part('partials/entry-meta'); ?>
|
||||
</header>
|
||||
<div class="entry-content">
|
||||
<?php the_content(); ?>
|
||||
|
||||
Reference in New Issue
Block a user