Hello,
how can I remove the author link from the blog page.
I need to completely remove the link, not just hide it with CSS!
The Blog Layout –> Meta elements settings do not work. They only stick on the single page.
Thats a common enfold issue:
The problem is, the most linked site from my start page is the unimportant author page. That signals to search engines, that that page is the most important. But its not!
thank you!
Hi,
Open includes/loop-index.php and remove line 174-175:
echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";
echo '<span class="entry-author-link" '.avia_markup_helper(array('context' => 'author_name','echo'=>false)).'>';
Regards,
Josue
That is a file, that changes on every update. Is there no other way?
Why do you have that option in the settings, when its not working?
Hi!
The setting is meant to work on the single post view and it does work. However, there is a way to have a custom loop-index.php file if you use a child theme.
Regards,
Josue