The theme I had before cutline would make the author names linkable and when you clicked on them it would go to a page that would show all the posts of that user. How can I get this on cutline? to have the "posted by _______" (name being a link to all posts from that user)
Cutline Theme Support Forums » Cutline Theme Support Forums
Author names linkable?
(5 posts)-
Posted 3 years ago #
-
waylon,
in both index.php and single.php remove on line 14
<!--and-–>and the author names will show up.Posted 3 years ago # -
Thank you very much. Incase anyone else has this problem do what Franky said and use this instead on line 14 which will show the link to the author entries
<?php the_author_posts_link(); ?>Posted 3 years ago # -
To add, if you want to link to only the posts by the author, use
<?php the_author_posts_link(); ?>instead of
<?php the_author() ?>Posted 3 years ago # -
oopps... i got disturbed when i wanted to complete my answer. *shame*
Posted 3 years ago #
Reply
You must log in to post.
resolved