Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
This topic contains 2 replies, has 2 voices, and was last updated by miciba 7 years, 12 months ago.
The topic ‘Read more’ is closed to new replies.
Hi,
You can use this way to add the Readmore link on JA Content Popup module
Open modules/mod_jacontentpopup/tmpl/default_item.php file and add the script as my screenshot: http://prntscr.com/da7has
<a <?php echo $target;?> href="<?php echo $row->link;?>" title="<?php echo isset($row->subtitle)?htmlspecialchars($row->subtitle):htmlspecialchars($row->title);?>" data-ref="<?php echo $ref;?>">
<span><?php echo JText::_('COM_CONTENT_READ_MORE_TITLE');?></span>
</a>
Hope it helps
Regards
1 user says Thank You to Ninja Lead for this useful post
This topic contains 2 replies, has 2 voices, and was last updated by miciba 7 years, 12 months ago.
The topic ‘Read more’ is closed to new replies.