Skip to content

Add relevant information about paginated author pages #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _posts/2016/2016-08-09-multiple-authors-jekyll.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,8 @@ The same functionality is valid when generating the entries in the atom [feed.xm

In Wordpress if I clicked on __http://www.codepedia.org/authors/{author_username}__ I would get all the posts of the name author with pagination if they were more than five, I guess it's a nice feature and once I will implement that I will post it here.

**UPDATE**: Adding multiple authors (with paginated author pages) to a jekyll powered blog got much easier using the [jekyll-auto-authors](https://github.com/gouravkhunger/jekyll-auto-authors) plugin! [Here](https://genicsblog.com/gouravkhunger/adding-multiple-authors-to-a-jekyll-blog-got-easier)'s a detailed tutorial on using the traditional data files approach or the auto-authors plugin efficiently.

I hope you've found this useful and if you see any improvement possibilities to this approach please leave a comment below, or even better make a pull request to improve the [source code](https://github.com/CodepediaOrg/codepediaorg.github.io) directly - thanks.

## References