Loading index.php +0 −2 Original line number Diff line number Diff line Loading @@ -24,13 +24,11 @@ get_header(); </h1> <h2>Kategorien</h2> <ul class="categories seamless box-links"> <?php wp_list_categories(array('title_li'=>'')); ?> </ul> <h2>Archiv</h2> <select onchange="document.location.href=this.options[this.selectedIndex].value;"> <option>nach Monat</option> <?php wp_get_archives(array('format'=>'option')); ?> Loading Loading
index.php +0 −2 Original line number Diff line number Diff line Loading @@ -24,13 +24,11 @@ get_header(); </h1> <h2>Kategorien</h2> <ul class="categories seamless box-links"> <?php wp_list_categories(array('title_li'=>'')); ?> </ul> <h2>Archiv</h2> <select onchange="document.location.href=this.options[this.selectedIndex].value;"> <option>nach Monat</option> <?php wp_get_archives(array('format'=>'option')); ?> Loading