Results 1 to 3 of 3

Thread: Make article header a link

  1. #1

    Default Make article header a link

    Hi
    There's a page with an articles list, and you must press "Read more..." to read the whole article's text. How can I remove this link and make article's header (the h1 tag) be a link to a whole text?
    ?????????? ?????????? ?? PHP: ?????? ShopCMS, ?????? Joomla

  2. #2
    User
    Join Date
    06-27-09.
    Location
    Ljusne, Sweden
    Posts
    59

    Default Re: Make article header a link

    Create a copy of your template "mod_article_teaser.tpl" that you'll find under "system\modules\frontend\templates" and place the copies in the "templates" folder in your TL root.
    Or, use the "Templates" module in back end to edit the template (which I strongly recommend).

    Edit the template and locate this line...
    Code:
    <h1><?php echo $this->headline; ?></h1>
    ...and change it to...
    If you don't want to show the "Read more..." link after the teaser, just remove the line...

  3. #3

    Default Re: Make article header a link

    OK thank you very much for the solution!
    ?????????? ?????????? ?? PHP: ?????? ShopCMS, ?????? Joomla

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •