This a short compilation of the multiple comments above, so that future visitors don’t have to read each and every one of them.
First of all, the_author_posts_link()
is a deprecated function since version 2.1, so get_author_posts_url()
or the_author_posts_url()
should be used instead http://codex.wordpress.org/Function_Reference/get_author_posts_url
The the/get_author_posts_url()
takes an argument that requires “ID of the author whose URL should be retrieved.”, so the_author_posts_url( get_the_author_meta( 'ID' ) )
will work, and if you decide to use the get_author_post_url()
instead of the_author_posts_url()
don’t forget to echo it out.
Related Posts:
- Permalink to user profile
- Creating distinct pages for author profiles and lists of posts by author
- Get only the author profile picture image url inside a loop
- Author profile visitors in last 7 days in front end without plugins
- Remove /author/ from the author profile url
- How to link to the current User/Author Profile page?
- Multiple Unique Author Profiles
- Getting $curauth->ID to work inside a shortcode
- Link Author’s Website in Author Bio
- Custom avatar image link added to the profile page
- Get avatar of the logged-in user in WordPress
- How to get all possible arguments for a wordpress function
- Is author.php a core file?
- Clean links in: the_author_meta(‘description’)
- All Posts Linking to Author Posts directly
- author_link filter not work correctly
- How to make current user’s avatar + display name link to their profile?
- Display Authors avatars when more than one author
- redirect “about author” code to about page
- Can change twentytwelve_entry_meta “by-author” links?
- How to show author page link
- List of all authors avatars
- Yoast SEO plugin open graph add meta tag to fetch Avatar from Author Page
- Open the_author_link() in a new window
- Variable undefined but it is defined
- Show infos only to the author in the author.php
- Author.php display profile for all types of users
- Profile Field In Admin Bar
- How to load locally saved author photos based on author ID
- How to add avatar to authors list?
- Select subscriber as author of post in admin panel?
- Echo author ID in author.php
- How can HTML be allowed in Author Bio?
- How to get post author name by its ID inside a function?
- If Else Gravatar Author Picture
- Get attachment ID of author_meta image – Attachment Metadata
- How can an author be subscribed to the posts of another author and receive notifications of the new posts?
- Show author archive pages for authors with no posts
- User Published Post Count
- Custom size for image uploaded to custom field in user profile?
- Making WordPress author follow button, need missing ingredient
- Get the comment author ID by the comment ID
- Replace Gravatar with img URL for avatars
- Custom Author Fields + Existing Taxonomy – Integrating the Two Dynamically?
- WordPress Author Page
- What is wrong with this code?
- Limit REST API output to current logged in user that is also author of the content
- Display only entire most recent post on author page?
- I only want to Display Author Link in authors bio
- Is it possible to get_terms by author?
- Custom Author Loop
- Showing author’s page with no posts
- Plugin for an author bio popup box?
- Author custom fields post meta, the code?
- Change destination of author link to BuddyPress member profile
- The “Profile Picture” section just disappeared from my User Profile
- Filter Author Bio
- How to remove the dropdown author data from the post edit page
- Get last revision author, author-link and date
- WordPress doesn’t show all posts of a specific author
- What does the class look like that is returned from WP_User_Query?
- I have two problems ( SEO )
- Changes show up in view source but not live site
- Declare global var from Template File and use it in Functions.php
- Getting list of top 10 users and sort on last name
- get_the_author_meta not working
- Get 404 when try open author page
- WordPress User role → Fetch and Print(echo)
- Get Author Count By Day, Week and Month
- Detect and make links nofollow in author description
- Give users alternative/second avatar that is rectangle sized
- Authors divided alphabetically
- Author Page List – change to show authors instead of not subscribers
- Author Avatar as default first image
- Inline-Table under TwentyTwelve not working
- Display all authors in a theme template
- post author if statement
- How to show list authors with at least five posts published
- Display posts differently depending on which author wrote it
- How to have certain WordPress settings set by default on a per author basis
- Filter Author Link for Numerous Authors for each to go to unique page
- How to share the author’s archive?
- I need a link that directs the user that is logged to his profile
- can’t see information on author page that don’t have posts
- Gender based user avatar
- How to create many author’s page?
- get_author_posts_url() Not working
- Creating a button from data from Author meta
- How to get the Author type Label Language
- Sticky post of current viewing author?
- How to get latest page (not post) of User and display the content
- How to change the post author when the post is published?
- Remove post author using child theme
- if else for custom $curauth-> field
- Return one of user’s post from a category in user’s profile
- Exclude Author by ID
- Removing “HTTP://” From the_author_meta?
- Multiple Authors per post and filter post by author
- Permission to change post Author
- why is there an author.php