use the_content on content.php instead the_excerpt
This commit is contained in:
parent
52571f8747
commit
1d4c9d0feb
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
/* translators: %s: Name of current post */
|
/* translators: %s: Name of current post */
|
||||||
the_excerpt( sprintf(
|
the_content( sprintf(
|
||||||
__( 'Continue reading %s <span class="meta-nav">→</span>', 'understrap' ),
|
__( 'Continue reading %s <span class="meta-nav">→</span>', 'understrap' ),
|
||||||
the_title( '<span class="screen-reader-text">"', '"</span>', false )
|
the_title( '<span class="screen-reader-text">"', '"</span>', false )
|
||||||
) );
|
) );
|
||||||
|
|
Reference in New Issue