Mine is a multi author blog and I would like to add the "author" link (clicking that should show all the posts by the author).
Please tell me how should I go about it?
Cutline Theme Support Forums » Cutline Theme Support Forums
author(s) link?
(3 posts)-
Posted 4 years ago #
-
The easiest way would be to create a separate category for each author in Admin > Manage > Categories. If you created one named "Sinha's Posts" for yours, then "Sinha's Posts" will appear as a link at the bottom of the posts (along with any other categories you use)
Posted 4 years ago # -
In both index.php and single.php remove on line 14 <!-– and –-> and the author names will show up.
Use <?php the_author_posts_link(); ?> to display a link to all the posts of the author instead of the author name/URL.
Posted 4 years ago #
Reply
You must log in to post.
resolved