Skip to content

Commit

Permalink
M template-parts/content-standard.php
Browse files Browse the repository at this point in the history
M  template-parts/content.php
  • Loading branch information
andersonicoutos committed Oct 31, 2018
1 parent 006ece6 commit 7641f1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion template-parts/content-standard.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
<div class="post-content">
<?php blogbasico_entry_header(); ?>

<?php blogbasico_entry_content();?>
<?php
if(!is_home()){
blogbasico_entry_content();
}?>
</div>
</article><!-- #post-<?php the_ID(); ?> -->
1 change: 1 addition & 0 deletions template-parts/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<?php
the_content();


wp_link_pages( array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'blogbasico' ),
'after' => '</div>',
Expand Down

0 comments on commit 7641f1b

Please sign in to comment.