Viewing 1 replies (of 1 total)
  • Plugin Author HelgaTheViking

    (@helgatheviking)

    You can override the content-author.php template to show whatever you want.

    This block specifically links to the author’s posts.

    <p><a href="<?php echo get_author_posts_url($user->ID); ?> ">Read <?php echo $user_info->display_name; ?> posts</a></p>

    My plugin doesn’t really have support for a profile page, so I can’t help with that.

Viewing 1 replies (of 1 total)
  • The topic ‘user details’ is closed to new replies.