Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • itgl72 Friend
    #139042

    I would like to add a “written by” in front of the authors name in the location of the picture below:

    How can we do this ?

    jsliao Friend
    #295677

    not sure if i am right cos i don’t have my hdd with me to test it but try this:

    in templates/ja_sanidine/html/com_content/frontpage/default_item.php

    find the below code, and insert words in red.

    <?php if (($this->item->params->get('show_author')) && ($this->item->author != "")) : ?>
    <span class="createby"> Written by:
    <?php JText::printf(($this->item->created_by_alias ? $this->item->created_by_alias : $this->item->author) ); ?>
    </span>
    <?php endif; ?>

    Let me know the results.

    itgl72 Friend
    #296010

    Thats works!

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  itgl72 15 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum