Tagged: archive page, formatting
Hi –
I would like my author archives to look like my category pages: an H1 at the top, and the blog posts listed in a grid format. Can someone assist me with the code?
Category Pages:
https://avaansmedia.com/category/announcements/
Hi!
Thank you for the inquiry.
This is possible but you have to modify or override the author.php file directly. Please edit the file, then replace the content with the following code:
// https://pastebin.com/j503Gyva
After editing the file, add this css code to correct the layout of the post entries:
.template-author .post-entry {
position: relative;
clear: none;
}
Regards,
Ismael