leac / kamoha_2015

Wordpress theme
1 stars 0 forks source link

Use the_title() #17

Closed justintadlock closed 9 years ago

justintadlock commented 9 years ago

In content-home.php, use the_title() instead of 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>