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?

    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)) : ?>

    Write a Reply...
    You need to Login to view replies.