I have two issues:
- how can I remove the author details etc. from the bottom of my articles
- How can I modify the social media icons and links at the bottom of my articles.
Many Thanks
I have two issues:
Many Thanks
Hi @webenter,
Following below steps to solve your ideas:
First step: Copy the default.php file from the "ja_essence/html/com_content/article/" folder to "ja_essence/local/html/com_content/article/" folder.
<section class="section-author type-default">
<?php echo $this->item->event->afterDisplayContent; ?>
</section>
<div class="share-social">
<div class="title-txt">
<h6><?php echo Text::_('TPL_SHARE_ARTICLE'); ?></h6>
</div>
<div class="ja-share-button" services="facebook,twitter,linkedin" layout="default" ></div>
</div>
Thank you for the quick reply, your information was very helpful.