Loading index.php +5 −7 Original line number Diff line number Diff line Loading @@ -22,22 +22,20 @@ get_header(); echo "Blog"; } ?> </h1> <br> <h2>Kategorien</h2> <br> <ul class="categories seamless box-links"> <?php wp_list_categories(array('title_li'=>'')); ?> </ul> <br> <br> <h2>Archiv</h2> <br> <select onchange="document.location.href=this.options[this.selectedIndex].value;"> <option>nach Monat</option> <?php wp_get_archives(array('format'=>'option')); ?> </select> <br> <br> <a href="<?php bloginfo('rss2_url'); ?>" class="rss"> zum RSS-Feed </a> Loading style.css +5 −0 Original line number Diff line number Diff line Loading @@ -643,6 +643,10 @@ main.list article > header h1 { left: 1.1em; } .list-meta > h2 { margin: 1em 0; } .list-meta > h1::before { display: inline-block; width: 1em; Loading @@ -666,6 +670,7 @@ main.list article > header h1 { font-size: 0.8em; color: #8d8d8d; text-align: right; margin-top: 2em; } .list-meta .categories li a { Loading Loading
index.php +5 −7 Original line number Diff line number Diff line Loading @@ -22,22 +22,20 @@ get_header(); echo "Blog"; } ?> </h1> <br> <h2>Kategorien</h2> <br> <ul class="categories seamless box-links"> <?php wp_list_categories(array('title_li'=>'')); ?> </ul> <br> <br> <h2>Archiv</h2> <br> <select onchange="document.location.href=this.options[this.selectedIndex].value;"> <option>nach Monat</option> <?php wp_get_archives(array('format'=>'option')); ?> </select> <br> <br> <a href="<?php bloginfo('rss2_url'); ?>" class="rss"> zum RSS-Feed </a> Loading
style.css +5 −0 Original line number Diff line number Diff line Loading @@ -643,6 +643,10 @@ main.list article > header h1 { left: 1.1em; } .list-meta > h2 { margin: 1em 0; } .list-meta > h1::before { display: inline-block; width: 1em; Loading @@ -666,6 +670,7 @@ main.list article > header h1 { font-size: 0.8em; color: #8d8d8d; text-align: right; margin-top: 2em; } .list-meta .categories li a { Loading