Loading index.php +2 −4 Original line number Diff line number Diff line Loading @@ -14,15 +14,13 @@ get_header(); ?> <aside class="levitating list-meta"> <h1> <?php if ( is_category() ) { <?php if(is_category()) { single_cat_title(); } elseif (is_archive()) { single_month_title(' '); } else { echo "Blog"; } ?> } ?> </h1> <br> <h2>Kategorien</h2> Loading Loading
index.php +2 −4 Original line number Diff line number Diff line Loading @@ -14,15 +14,13 @@ get_header(); ?> <aside class="levitating list-meta"> <h1> <?php if ( is_category() ) { <?php if(is_category()) { single_cat_title(); } elseif (is_archive()) { single_month_title(' '); } else { echo "Blog"; } ?> } ?> </h1> <br> <h2>Kategorien</h2> Loading