Thank you, Kafka!
It works great.
I’ll try to customize function get_archives()
Are you talking about this code (from /wp-includes/template-functions-general.php)?
———————
/* link navigation hack by Orien https://icecode.com/ */
function get_archives_link($url, $text, $format = ‘html’, $before = ”, $after = ”) {
$text = wptexturize($text);
$title_text = wp_specialchars($text, 1);
if (‘link’ == $format) {
return “\t<link rel=’archives’ title=’$title_text’ href=’$url’ />\n”;
} elseif (‘option’ == $format) {
return “\t<option value=’$url’>$before $text $after</option>\n”;
} elseif (‘html’ == $format) {
return “\t