We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081a12d commit 55041c0Copy full SHA for 55041c0
template-parts/archive.php
@@ -27,7 +27,7 @@
27
?>
28
<article class="post">
29
<?php
30
- printf( '<h2 class="%s"><a href="%s">%s</a></h2>', 'entry-title', esc_url( $post_link ), esc_html( get_the_title() ) );
+ printf( '<h2 class="%s"><a href="%s">%s</a></h2>', 'entry-title', esc_url( $post_link ), wp_kses_post( get_the_title() ) );
31
printf( '<a href="%s">%s</a>', esc_url( $post_link ), get_the_post_thumbnail( $post, 'large' ) );
32
the_excerpt();
33
0 commit comments