Tagged: author archives
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.
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