Advanced Theming

Apr 29 2012

How to customize "Submitted by" text in Drupal 7

In Drupal 6, you could modify the theme function called theme_node_submitted. But this function has been removed in Drupal 7. This is how I customized the "Submitted by" text using Advanced Theming technique involving adding the theme_preprocess_node function.