Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
guap Friend
guap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
January 21, 2016 at 4:19 pm #864532Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
January 21, 2016 at 5:07 pm #864566Hi,
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 Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
January 21, 2016 at 6:19 pm #864602I changed the code but Intro text still not showing ….
guap Friendguap
- Join date:
- March 2008
- Posts:
- 408
- Downloads:
- 16
- Uploads:
- 109
- Thanks:
- 99
- Thanked:
- 8 times in 2 posts
January 21, 2016 at 6:37 pm #864609Got it … thanks!
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 3 replies, has 2 voices, and was last updated by guap 8 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum