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

    Hey Thomas,

    Thank you for the inquiry.

    Have you tried using the avf_show_author_meta to completely disable the author info? The filter is located in the includes > loop-index.php template.

    Example:

    add_filter("avf_show_author_meta", "__return_false");
    

    Best regards,
    Ismael

    #1337036

    Unfortunately this didnt work.

    I have found another solution in the forum which I am going to put to the client but it will mean customising loop-index.php and loop-author.php.

    I have commented out the line that pulls in the VCard Author info.

    Looks like the client site has an outdated version of loop-index.php in the child theme folder. I’ll have to address this with the client.

    #1337063

    Hi,

    Thanks for the update.

    Looks like the client site has an outdated version of loop-index.php in the child theme folder. I’ll have to address this with the client.

    The solution probably didn’t work because of this. Make sure that the avf_show_author_meta filter actually exists in the template.

    Best regards,
    Ismael

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