Site logo

[Resolved] Author pages

Home Forums Support [Resolved] Author pages

Home Forums Support Author pages

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1855338
    Charles

    Does WP have a built-in author archive to show all of the posts by an author?

    Thanks.

    #1855381
    David
    Staff
    Customer Support

    Hi there,

    GP doesn’t use a dedicated author archive template, it simply uses the archives.php

    https://github.com/tomusborne/generatepress/blob/b60b853630da6d9015722da903e53c8064148b0a/inc/structure/archives.php

    You can of course create your own author.php

    Or depending on what changes you want to make you can use the Block Element to customize author archives using the Block Element.

    #1855702
    Charles

    I think I’m asking something more basic 🙂

    Where is the list of all authors? https://mysite.com/…?

    And where is the list of articles by author?

    #1855728
    David
    Staff
    Customer Support

    Articles by Author are shown in the archive:

    https://mysite.com/author/author-name/

    To list the Authors would require a plugin or we can provide you some code. Let us know where you want i displayed.

    #1856129
    Charles

    Super helpful. I think I’m good. Thanks!

    #1856456
    David
    Staff
    Customer Support

    Glad to be of help!

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