You would need to edit your theme files. You need to search each files looking for something along the lines of
<p>All Posts of: <?php the_author_posts_link(); ?></p>
and just change that to
<p><a href="https://wordpress.stackexchange.com/questions/70227/<?php echo get_author_posts_url(get_the_author_meta("ID')); ?>">All Posts</a></p>
Related Posts:
- WordPress: How to get the current logged in author page URL?
- Get current users post URL?
- Author must complete profile info before they can publish a post?
- Authors’ Links on Homepage Not Going to Author Post Pages
- how to show all type of author posts in author page (SOLVED)
- How do I check if I linked to a post before I delete it?
- How to use “Add link” pop up for a WordPress widget
- Hook that get’s triggered when the author of a post is changed
- the_author() returns empty string
- Prevent Authors from viewing each others Posts
- Display Random Author with Details in Sidebar
- Portable Post Links
- How to show list of posts by author and category?
- How to add editor’s name to entry meta byline?
- Different permalink for posts and authors
- How to display posts by current user/author in a custom page template?
- Keep getting same permalink with WP_Query?
- Query posts distinct authors
- Restrict the Number of Posts an Author can Publish (over time)?
- Search posts by post author name
- Get the user type of an author
- Show the title of the latest post by author
- Is it possible to add a first and latest posts link?
- Find most recent authors
- Show author post count in sidebar – Variable
- Get the author of the latest revision
- Filter posts by author and category simultaneously
- Custom Post Type & Author not associating, user post count is 0, api doesn’t return author in post objects
- Guest Author – How to modify my custom function code if the guest author URL will follow a particular pattern/format?
- Navigation link to specific user page
- how to grab first link in post… and of course call it
- Load post content into div with ajax
- Post author is changed to admin after his post is modified by admin
- wp_list_categories link to first post of category instead of calling taxonomy template
- Link for the page archive for posts, like using custom post types with get_post_type_archive_link
- Get all posts by post_author
- Linking to page with all posts
- How can I control multiple editing of wordpress posts?
- Multiple authors for single post without plugin
- Limit number of posts a user can make per minute?
- Authors in menu, template list post by author
- Show the author’s count of total amount of posts assign to a custom taxonomy term
- WP rest api returns 404 only when author param is used
- How can I list random authors from current post category?
- Link button is not working while editing a post in Firefox [closed]
- Adding a text link under the post title in the lists of posts
- if I create ‘front-page.php’, then how do I link to post index?
- Setting up navigation links for posts (first, prev, next, last)
- How to link avatar and nickname to profile
- How can I show wordpress posts based on author?
- Show info to author only
- Direct link to “New post” in specific category?
- Auto “expire” all of an authors posts on spcific date
- How to get the user meta data for a post?
- Limit posts per author role (excluding admin) in home page
- Guest Author – How to display posts on /author/ archive page
- Removing rel=”nofollow” from links posted in Post Content
- Delete post by giving its link
- How can I show many posts an author has per week?
- How to give capability (publish contributors posts) to author role?
- How should I add links to other pages/posts from my post?
- Whitelist Author of Private Post
- Show posts by a custom post author
- Custom loop pagination links not working
- How to Next and Prevous Navigation Buttons on the end of the page with custom image Using Wp Post Navigation Plugin
- Getting the current author (it has changed) of a post, not the original author
- get_adjacent_post by language
- How to handle broken links created by permalink/slug changes?
- Is it possible to paste a link without tags and make it directly a link in a post?
- Showing author page if user has no post
- Display Notification Bar on Header on Certain Post Count
- How do I retrieve a users’ last 5 posts?
- obtain the author id given the post id
- Show comment number per author per day
- Get all comments of author’s posts
- (solved) getting post author’s user role
- Change all author links in Blog roll
- Display author’s name and avatar in post’s sidebar
- How to add a class to edit_post_link?
- Can’t get full post title if there a spaces in title
- static landing page leading to author specific pages w/ “live” content
- If contributor has published 2 or more posts then show otherwise hide
- Adding a user’s ID behind the tag ref link address
- How to show all posts by author on buddypress profile with navigation
- Change post author without using wp_update_post()
- Is it possible to lock all new and existing WordPress posts to one specific author?
- How to get the ability to change the author of a post
- Echo Text If User Is Logged in But NOT the Author of post
- How to generate/create link automatically on every word of post in wordpress
- Only allow posts with a specific term to only be viewed by other authors with the same term in their post
- How to make Link to go on the first post
- How to limit author related post listing ?
- Restrict displaying posts to the poster itself (in Back-end)
- Get total post from an author
- Send email to author of post on post submission
- Link to date_query results in WordPress
- How can I set a maximum allowed post size and number of posts submitted?
- Get x recent posts by author?
- Exists filter or action that change Add New Post link?
- redirect “about author” code to about page