Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1423608

    Looking for the proper way set the author archives page to display as a grid layout — I know I can add the loop-author.php to my child theme and modify but hoping there is a filter, etc. that can simply be used.

    #1423644

    Hey integritive,

    Thank you for the inquiry.

    The author template has its own layout and loop for posts, which can’t be modified through a filter and needs to be edited directly. If you want to display the posts in a grid layout, you can copy the content of the archives.php file, starting from around line 54.

    if( $avia_config['blog_style'] == 'blog-grid' )
    {
     ... more code here
    }
    

    Best regards,
    Ismael

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