Change "Written By" text above all articles

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Sat Jan 25, 2014 1:09 pm
Hi
I would like to change the "Written By" text above all articles to the text "Posted By" instead on my site www.jumpingnews.com

I dont want people who actually wrote the news article that I post to think I am claiming credit for it.

Many thanks :D
User avatar
Senior Boarder

teitbite
Sat Jan 25, 2014 2:02 pm
Hi

I think this sentence can be changed in /languages/en-GB/en-GB.com_k2.ini
User avatar
Moderator

GK User
Sun Jan 26, 2014 9:35 pm
Hi
I have checked opened that file in C panel but cannot find the text "written By" anywhere in the file

Am I missing something?

Do you know is it possible to change this in template manager?

Thanks :?
User avatar
Senior Boarder

teitbite
Wed Jan 29, 2014 11:43 am
Hi

It's really odd, but I've tracked the code and looks like there is a separate function to use this Written By word according to author gender :) I have no idea what or why is it there. Please just replace it in code directly in /html/com_k2/item/default.php line 52:

Code: Select all
                        <?php echo K2HelperUtilities::writtenBy($this->item->author->profile->gender); ?>&nbsp;


to

Code: Select all
                        Posted By&nbsp;
User avatar
Moderator


cron