Use get_comment_author_link()
instead of <a href … </a>
:
echo get_comment_author_link();
Related Posts:
- Display Authors Comments on Profile Page
- Display all comments or recent comments per user on author page
- Show author archive pages for authors with no posts
- Creating distinct pages for author profiles and lists of posts by author
- List user comments in author page
- Showing author’s page with no posts
- Show woocommerce products in author archive
- How to add child page to author.php
- Showing author page if user has no post
- Post list based on the page author
- Restrict user role Author from viewing comments in admin interface
- Is author.php a core file?
- Most recent post is missing from Author page
- Can I Include author login in post class?
- Disable WordPress Comment Author Name
- Get 404 when try open author page
- Author Page Create Link to Page That Lists All Author’s Posts?
- Unpublish Authors With not Fulfilled Fields
- get_comment_author_link not working properly
- Display all authors in a theme template
- How to have certain WordPress settings set by default on a per author basis
- Show all people who commented on all posts by an author
- List of all authors avatars
- can’t see information on author page that don’t have posts
- How to fix a specific page (author archive) loading speed?
- How to create many author’s page?
- Auto approve all comments (editor)
- if else for custom $curauth-> field
- Show the most recent post for an author on the author page
- author.php get current id of author for advance custom field
- the_author function is displaying wrong name and url
- How to check if a user (not current user) is logged in?
- How to remove the author pages?
- Select subscriber as author of post in admin panel?
- Echo author ID in author.php
- Woocommerce: assign an “author” to a product
- How can HTML be allowed in Author Bio?
- Programatically change post author
- Change HTML Produced by wp_list_comments()
- How to wrap submit button of comment form with div
- Comment Walker vs. Comment Callback
- Change Comment Author Display Name
- Restrict one post per author
- How to get author’s name by author’s id
- Author page: Comments and Ratings?
- Check If comment author is registered
- How can I limit the number of comments per registered user per day?
- Give Author users the right to embed
- How to get post author name by its ID inside a function?
- How can I publish a post with two or more authors?
- Showing comments only to same custom user role
- Add admin bar link to edit author
- Why does comment_reply_link launch the reply form at the wrong spot on the comment section?
- Comment Author Name In Reply Form
- How to hide “Trackback” on paginated comments
- If Else Gravatar Author Picture
- Displaying custom post types in author.php
- Add rewrite endpoint to author page + pagination
- Order the users by the date of their latest post
- What’s a good way to put authors into groups
- Author archive only for custom post type
- Permalink to user profile
- Show Author in custom rss feed
- What is the difference between user_description and description?
- How can an author be subscribed to the posts of another author and receive notifications of the new posts?
- How to display comments on different page
- No authors in change author dropdown
- how to have 2 comments_template() in one post
- how to make author to write comment on only his own posts?
- More posts from the current author
- Authors Page : A page of authors
- List authors of site with link and gravatar
- How we can get the author ID by its Name
- How to hide posts count and posts of other users from edit.php for contributors and authors
- Don’t send notification if author comments his own post plugin help?
- User Published Post Count
- How to make an author archive only for certain user role and show related CPT
- Display the number of user comments
- Custom size for image uploaded to custom field in user profile?
- Recent comments on author page?
- What capability allows someone to change a page’s/post’s author?
- Passing arguments to wp_list_comments callback function
- How to get posts without author?
- Allow Content Author to Publish, But Not Edit or Delete
- Just wanted to Pull Author’s Link
- Making WordPress author follow button, need missing ingredient
- list author’s posts in author.php
- customize comment form
- comments_template not working correcly in custom template files
- How to check if commenter is the_author?
- Change WordPress comments url / word
- How can I show comments in random order?
- Get only the author profile picture image url inside a loop
- Get the comment author ID by the comment ID
- Get the terms of a custom taxonomy for a specific author in author template
- adding a text message beside the comment submit button
- How to get last comments but not from admin (or other specific user role/capability)?
- Author profile visitors in last 7 days in front end without plugins
- Warning: call_user_func_array() expects parameter 1 to be a valid callback, func
- How to add a privacy-checkbox in comment-template?