By brianestadt on
I checked http://drupal.org/node/1072640 and elsewhere but didn't find an answer, so I'm turning to the forum.
I would like to change the default behavior of my site from having the author/date line on the front page read "Submitted by (name) on (date & time)" to "By (name), (date & time)" and I'd like to have the author's name boldfaced.
Perhaps I'm overlooking it, but I haven't found anywhere in my theme files to alter that. Is that phrasing in the core?
If so, how would I change that?
Comments
Try below code
Try below code :
P.N : Replace THEME_NAME with your theme name.
Might it helps.
Abhishek Sawant
Drupal Developer
Thanks for the suggestion. In
Thanks for the suggestion. In which file do you recommend I add this?
try above code into your
try above code into your template.php file which is located in your theme folder.
Abhishek Sawant
Drupal Developer