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

    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/

    #1443145

    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

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