Hide title on taxonomies page

This commit is contained in:
Tetrakern 2024-04-23 00:16:21 +02:00
parent 2e0bd8ff5d
commit ba62165973

View File

@ -80,7 +80,7 @@ $terms = array(
<article id="singular-<?php the_ID(); ?>" class="singular__article padding-left padding-right padding-top padding-bottom">
<header class="singular__header">
<header class="singular__header hidden">
<h1 class="singular__title"><?php echo $title; ?></h1>
</header>