Upload via Git Manager GUI
This commit is contained in:
@@ -6,7 +6,6 @@
|
|||||||
<?php while ( have_posts() ) : the_post(); ?>
|
<?php while ( have_posts() ) : the_post(); ?>
|
||||||
<article id="post-<?php the_ID(); ?>" <?php post_class('page-content'); ?>>
|
<article id="post-<?php the_ID(); ?>" <?php post_class('page-content'); ?>>
|
||||||
<div class="page-content-inner">
|
<div class="page-content-inner">
|
||||||
<h1 class="page-title"><?php the_title(); ?></h1>
|
|
||||||
<div class="page-entry">
|
<div class="page-entry">
|
||||||
<?php the_content(); ?>
|
<?php the_content(); ?>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user