Answer the question
In order to leave comments, you need to log in
How to change publication date output in Drupal 7?
Hello. How can I change the publication date from "Published: 12/01/2014" to "Published: today"?
Answer the question
In order to leave comments, you need to log in
Found material about theming:
dmko.ru/drupal/sozdanie-tem/temizaciya-daty-v-drupal-7
function mytheme_preprocess_node(&$variables) {
$variables['submitted'] = t('Published').' '.$variables['date'];
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question