diff options
Diffstat (limited to 'loop-templates/content-angebote.php')
| -rw-r--r-- | loop-templates/content-angebote.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loop-templates/content-angebote.php b/loop-templates/content-angebote.php index 76c6bbd..f6c5d18 100644 --- a/loop-templates/content-angebote.php +++ b/loop-templates/content-angebote.php @@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) { <header class="entry-header"> - <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> + <?php the_title( '<h1 id="title" class="entry-title">', '</h1>' ); ?> <?php echo get_the_post_thumbnail( $post->ID, 'large', array( 'class' => 'mx-auto d-block border rounded' ) ); ?> |
