Whenever I visit one of the news articles on my Joomla site, at the bottom there are links to the previous article, and the next article. This is fine, and what I want. However, after each of the links there are the words "Prev" and "Next:"
So I assume this can be customized inside the plugin "onContentAfterDisplay." Can I do an override of that too, or is there a simpler way, maybe through a setting? Where do I located "onContentAfterDisplay"?
Previous article: Title of article! Prev
I feel this is redundant and I want to get rid of those words. I use an override template for the Article, and in there is the following reference:Previous article: Title of article! Next
Code:
<?php // Content is generated by content plugin event "onContentAfterDisplay" ?>
Statistics: Posted by SocketPup — Wed Apr 24, 2024 6:58 am