Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • sincerity Friend
    #191569

    I am using the inbuilt K2 for contents in my JA WALL site. But the title is not linked in the popup to the blog layout. Therefore link for the blog/article is impossible to take.

    Please help me to make the title linked in K2 popup to the item blog with specific url.

    Thanks.

    phong nam Friend
    #509825

    Hi arjunkrishna,

    You can backup and open templatesja_wallhtmlcom_k2ja_wallitem.php file, replace 51th line:

    <?php echo $this->item->title; ?>

    with

    <a class="item-link" href="<?php echo $this->item->link; ?>">
    <?php echo $this->item->title; ?>
    </a>

    Then clear System Cache after updating changes.

    sincerity Friend
    #510022

    Thank you very much Leo,

    This is exactly what I needed.

    Initially, it was working in some items only. But I found the problem in the template choice for k2 categories and when I changed it to ja_wall for all categories, every title in the item popup started becoming item links.

    Once again, thank you very much for the quick response.

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

This topic contains 3 replies, has 2 voices, and was last updated by  sincerity 11 years ago.

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