Closed justintadlock closed 9 years ago
In content-home.php, use the_title() instead of echo esc_html( get_the_title() ):
content-home.php
the_title()
echo esc_html( get_the_title() )
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" rel="bookmark"><?php echo esc_html( get_the_title() ); ?></a></h2>
In
content-home.php
, usethe_title()
instead ofecho esc_html( get_the_title() )
: