Skip to content

Commit

Permalink
11_06
Browse files Browse the repository at this point in the history
  • Loading branch information
mor10 committed Dec 15, 2016
1 parent 7859157 commit 7a8b5df
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions template-parts/content.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,7 @@

<div class="entry-content">
<?php
the_content( sprintf(
/* translators: %s: Name of current post. */
wp_kses( __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'humescores' ), array( 'span' => array( 'class' => array() ) ) ),
the_title( '<span class="screen-reader-text">"', '"</span>', false )
) );

wp_link_pages( array(
'before' => '<div class="page-links">' . esc_html__( 'Pages:', 'humescores' ),
'after' => '</div>',
) );
the_excerpt();
?>
</div><!-- .entry-content -->

Expand Down

0 comments on commit 7a8b5df

Please sign in to comment.