I have set the "Link to Author's Contact Page to "No", yet the pages are still linking to the author. If this isn't the setting, how do I remove the author links?
Author Links won't unlink
Hi 1option,
To disable the link, I have helped you update the /templates/ja_podcast/html/layouts/joomla/content/info_block/author_podcast.php file, line 39:
Replace this code:
<?php if (!empty($author_info->link )) : ?>
With the following code:
<?php if ($params->get('link_author', true)) : ?>