Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • guap Friend
    #864532

    How can I show intro text in featured items? Thanks.
    Attached image …


    1. intro
    Ninja Lead Moderator
    #864566

    Hi,

    If you want to show introtext into featured items, you have to do this way

    Open templates/ja_magz/html/mod_articles_latest/focus.php file

    find and change

    <?php if ($params->get('show_title')) : ?>
        <header class="article-header clearfix">
            <h2 class="article-title">
                <?php if ($link) : ?>
                    <a class="article-link"
                       href="<?php echo $link; ?>"> <?php echo htmlspecialchars($item->title); ?></a>
                <?php else : ?>
                    <?php echo htmlspecialchars($item->title); ?>
                <?php endif; ?>
            </h2>
        </header>
    <?php endif; ?>

    to

    <?php if ($params->get('show_title')) : ?>
        <header class="article-header clearfix">
            <h2 class="article-title">
                <?php if ($link) : ?>
                    <a class="article-link"
                       href="<?php echo $link; ?>"> <?php echo htmlspecialchars($item->title); ?></a>
                <?php else : ?>
                    <?php echo htmlspecialchars($item->title); ?>
                <?php endif; ?>
            </h2>
            <?php echo htmlspecialchars($item->introtext); ?>
        </header>
    <?php endif; ?>

    Regards

    guap Friend
    #864602

    I changed the code but Intro text still not showing ….

    guap Friend
    #864609

    Got it … thanks!

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

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

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