Cutline Theme Support Forums » Cutline Theme Support Forums

Author names linkable?

(5 posts)
  • Started 3 years ago by waylon
  • Latest reply from Franky
  • This topic is resolved

Tags:


  1. waylon
    Member

    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)

    Posted 3 years ago #
  2. waylon,

    in both index.php and single.php remove on line 14 <!-- and -–> and the author names will show up.

    Posted 3 years ago #
  3. waylon
    Member

    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 #
  4. 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 #
  5. oopps... i got disturbed when i wanted to complete my answer. *shame*

    Posted 3 years ago #

RSS feed for this topic

Reply

You must log in to post.