PurabTech is technical blog for Programmer and Coders
create author page template in wordpress theme
We have many guest authors who writes in our blogs. So creating author page is good idea. Here in this article we created author page template in wordpress theme. There are many wordpress plugins available which will give you facility to show author list.
Without wordpress plugin show author list
Here we created simple wordpress page template for showing author list in wordpress website. we created authorlist.php file in wordpress theme folder and added following code in that file.
add above code in functions.php file. You can change styling as per your website code.
create author page template in wordpress theme
Now login to wordpress admin panel and go to pages. Create new page called “Author List”. From Page Attributes section you need to select Template.
create author page template in wordpress theme
As per shown in above Image. You need select “AuthorList” in Template DropDown and save the page. Than add Authorlist page add in menu. Now you are able to see the Authorlist without extra wordpress plugin.