Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Peter Matra Friend
    #177411

    Hi all,

    I have a category article list on this page. http://174.121.36.165/~tgagenet/index.php/strains

    As you will see the article title and read more both link to the article properly. The image used in the intro text will not link to the article. It will not link even if I link the image to the article manually.

    What is going on?
    Pete

    HeR0 Friend
    #454474

    Hi petermatra
    Please open file templates/ja_kranos/html/com_content/category/blog_item.php and find
    [PHP]<?php echo $image ?>[/PHP]
    then replace it to
    [PHP]<a href=”<?php echo JRoute::_(ContentHelperRoute::getArticleRoute($this->item->slug, $this->item->catid)); ?>”>
    <?php echo $image ?>
    </a>[/PHP]

    Regards,

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

This topic contains 2 replies, has 2 voices, and was last updated by  HeR0 12 years, 6 months ago.

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