diff options
| author | Max | 2019-03-07 16:30:30 +0100 |
|---|---|---|
| committer | Max | 2019-03-07 16:30:30 +0100 |
| commit | 9c285d2be4ecc6ec20d0b61cfd76388a40e5a582 (patch) | |
| tree | 96c1b962b2a59faf0090c72cce4bd7687bad131b /loop-templates/content-angebote.php | |
| parent | af937d3250f423005eace057e3125f177a511fc1 (diff) | |
| download | fuselkoenig_de-9c285d2be4ecc6ec20d0b61cfd76388a40e5a582.tar.gz | |
Adds button for more details on special offer listing page.
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' ) ); ?> |
