Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #315967

    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!

    #316640

    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

    #316690

    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?

    #316768

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.