There’s no exact “setting” in the backend/Admin UI. You’ll have to edit your template files (the php files that are in your theme folder). Search for something like <a href=""></a>
where you got one (or more) of the php (wp native) function or variable:
the_author_posts_link();
$curauth->user_url;
get_the_author();
get_author_posts_url();
- … or something theme specific
Helpful is always a link to the download of your theme or some template code.
Related Posts:
- Stop WordPress automatically adding tags to post content
- How to prevent posts from being published too close to each other?
- Let private posts stay in status “private” after edit through “editors”
- how to get a different html for odd/even posts?
- How to publish a post with empty title and empty content?
- Change the Slug of Post Type post to baseurl/post/%postname%
- Exclude posts that only have the ‘Uncategorized’ category [duplicate]
- How do I create a link that will always show the latest post?
- How to display posts by current user/author in a custom page template?
- featuring old articles without messing up with the archive
- Display most recent post in category instead of archive?
- Is there a plugin that creates a WP post based on a Twitter account’s hashtag?
- Human Time Diff, change mins to minutes
- How do I programmatically add an image to a post?
- problem to delete page
- Display the latest posts, published in the last hour, with WP_Query
- same template for multiple custom post type single
- Get user’s most published categories
- Allowing the SoundCloud player to appear in a post excerpt
- Display the Content of a Post with qTip2
- Scheduled posting not working
- Converting multiple loops into one single loop with pagination
- Run a function when post is deleted?
- I want to get title name of post, but i didn’t get by this code. Any suggestion?
- How to modify post content?
- Allow public to post on blog
- Facebook doesn’t display the related thumbail for some posts
- Suddenly my last posts disappeared
- Emojis replaced by ‘?’ automatically
- WordPress Multisite – Create Default Post and New Category On New Site Install
- Creating a post from data returned from HTML form
- Using ajax on editing a category edit page?
- Query Posts by Custom Field
- Get Post’s first image using Short-code
- Delete post results in “Cannot delete or update a parent row: a foreign key constraint fails”
- Format latest/newest post differently
- Loop doesn’t exclude the specified category in home page
- is_page Funtion for Posts ?
- show posts under subcategory only when in that subcategory
- Modify posts listing at back end
- WordPress Query Posts From Category Post on Static Page
- How to update all posts at once?
- How to allow multiple thumbnail upload for Posts?
- Loop through posts? Want to remove extra newlines in actual post HTML/content on backend
- WordPress Loop: How to display recent posts in multiple divs
- Random posts that always include a particular post?
- How to remove text and retain in caption image using the_content function
- When moving a WordPress installation to a new server, why do I have to update each post before content shows?
- Show number of posts by logged in user
- How does WP decide how to display a page
- Cannot implement byline into posts container in single.php
- Change Author Name to Sitename on Frontend
- Insert data from custom created PHP page into wp_postmeta table
- Problem with trying to display subheader in posts
- Custom Post Type, post-formats associated to custom post type > 404 archives
- Add Text Domain To Post Navigation
- Internal linking to posts permalink fail because of spaces and stripe at postname
- Change content off every sixth element
- Link to older links
- WordPress Excerpt Paragraph Limiting
- Custom post type and taxonomy page templates
- What would causes search to return incorrect results?
- How to implement a WordPress comments function?
- WordPress – When visiting a `single post/ single.php` my category menu item link becomes active
- How can I restore posts from ‘trash’ with their previous post_status? – WordPress
- Pagination not give another posts
- Shortcode for Comments and Comment Boxes in Post Loop
- My page shows some other content in WP
- Weird problem occurs while using WordPress REST API to create new post
- Can’t find webpage on All Pages or All Post menus
- WordPress get tags in “publish_post” hook
- Centre Blog Index (Posts Page) on Home.php
- Dropdown Select Post Filter
- What permissions does a role need for the user to be assigned as the author of a post?
- Display Specific Categories posts on the home page
- Add postmeta to all blog posts
- Enable HTML Tags in WordPress Post excerpt
- Checking if a post contains an html tag
- Code to display random ordered posts in Categories across pages [duplicate]
- If taxonomy has more than 6 posts, display show all
- Modify loop to include all post statuses not just ‘published’
- How to convert return type of ‘get_posts()’ same as ‘wp_get_recent_posts()’?
- How to give priority to page than to posts permalink structure?
- Add category information beneath post?
- Post are not showing up
- how to remove entry meta from wordpress archive category and change its display
- Save/retrieve form data best practises for theme development
- Removing standard links in the posts page
- How to handle a post before publishing?
- Changing permalink of custom category
- Special Query: Title, Terms, Content – %LIKE%
- Error establishing a database connection
- How to limit the number of posts a user can publish based on user type
- Auto selection of category based on subject line or TAG
- Single post pagination
- posts_per_page – Repeats only first posts ‘post__in’ array
- Add News Feed to bespoke website, only to one page on whole site
- How to display my categories in a list (to a post, not the sidebar)?
- How to make the Post Author name fixed as “Editorial Staff” even if there are multiple authors?
- Trying to create parent for post. I need some help. Thanks