Home › Forums › Theme support › Prestige – Blog Options › Reply To: Prestige – Blog Options
Hallo Iris,
update is hochgeladen.
Bei anderen Themes mit dem selben Problem kannst du einfach die Datei “format-standart.php” öffnen und nach dieser Stelle suchen:
<span class='icon-clock-o'></span><span class='date-j '><?php the_time('j'); ?></span>
<span class='date-m'><?php the_time('M'); ?></span>
und mit diesem Code austauschen:
<span class='icon-clock-o'></span><span class='date-j '><?php echo get_the_date(); ?></span>
Das ist schon alles.