Gepostet am18. November 2008InWP-Theme1 KommentarHeader leicht modifiziertBackground modernisiertAnmeldung bei linklift.deCode für Archiv Aufruf geändertFacebookTwitterLinkedIn
funkygog22. November 2008 at 18:09Code für das aufklappbare Monatsarchiv geändert. Jetzt:<select name="archive-dropdown" onChange='document.location.href= this.options[this.selectedIndex].value;'> <option value=""><?php echo attribute_escape(__('Select Month')); ?></option> <?php wp_get_archives('type=monthly&format=option&show_post_count=0'); ?> </select>Vorher:<select name="archive_chrono" onchange="window.location = (document.forms.archiveform.archive_chrono [document.forms.archiveform.archive_chrono.selectedIndex].value);"> <option value=''>ARCHIV Monat</option> <?php get_archives('monthly','','option'); ?> </select>Hat sich an der Optik nichts geändert aber der jetzige Code ist aktueller und damit „zukunftssicherer“?Link
1 Kommentar
Code für das aufklappbare Monatsarchiv geändert.
Jetzt:
<select name="archive-dropdown" onChange='document.location.href=
this.options[this.selectedIndex].value;'>
<option value=""><?php echo attribute_escape(__('Select Month')); ?></option>
<?php wp_get_archives('type=monthly&format=option&show_post_count=0'); ?> </select>
Vorher:
<select name="archive_chrono" onchange="window.location =
(document.forms.archiveform.archive_chrono
[document.forms.archiveform.archive_chrono.selectedIndex].value);">
<option value=''>ARCHIV Monat</option>
<?php get_archives('monthly','','option'); ?>
</select>
Hat sich an der Optik nichts geändert aber der jetzige Code ist aktueller und damit „zukunftssicherer“?