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

    Hi

    How can I remove the “By” information on the blog page (overview page with all the blogposts)?

    Also I have the latest blogposts in the footer and sidebar and would like to remove the time (not date) when published.

    Thanks.

    #280933

    Hey!

    Try adding this code to the Quick CSS:

    .blog-author {
        font-size: 0;
    }
    .blog-author .entry-author-link {
        font-size: 11px;
    }

    Cheers! 
    Josue

    #281190

    Hi Josue
    If I’m not mistaken, the you suggest that I set the size of the text to 0, but the text is technically still there. This is not a good option in regards to search engines as this could be seen as manipulation.

    Is there not an option to not have the information be present on the page?

    Thanks

    #281194

    Hey!

    Please go to Enfold/Includes folder and open loop-index.php file and find

    echo '<span class="blog-author minor-meta">'.__('by','avia_framework')." ";

    and change it to

    echo '<span class="blog-author minor-meta">';

    Regards,
    Yigit

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