to remove it from the left. Delete the line containing wp_list_comments
from comments.php
to display user name add comment_author();
, for email use comment_author_email();
& for url use if(get_comment_author_url()) comment_author_url();
. comment_text()
is already there.
These all go in the markup inside the function in functions.php
Related Posts:
- Why does comment_reply_link launch the reply form at the wrong spot on the comment section?
- Enable nested comments in Theme
- Removing(replacing) avtar in comments.php with some other HTML arrangements
- How to wrap submit button of comment form with div
- Comment Walker vs. Comment Callback
- customize comment form
- adding a text message beside the comment submit button
- Threaded Comments Feature not working
- How to add a title field in comments?
- How to enable commenting system in WordPress
- comment_post action hook running on page load instead of after a comment is posted
- Is it possible to force login for comments only on custom-post-type or the custom comment template?
- Remove the function which adds nofollow to links in comments
- How to make comments private for commentor and post author
- Name of comment field differs on different sites
- How can I embed comments plugin to my own website?
- Custom comment field not showing when logged-in
- How to create a classified section in place of comments_template
- How do I make the comment disappear after deleting from the database?
- How to display replies to his comments in user profile of current user
- reply comment below the comment box without reload page
- How to call out the date of user’s first comment?
- Cannot display comment in page
- How to pass settings to comment_form() if theme only uses comments_template()?
- How to add a class to comment submit button?
- reply to comment excerpt instead of author in comment title
- Increase Comment Author Gravatar Size On WordPress Default Comment Function
- Display Comment Form on dedicated Page for each post
- Commentform – Hightlight invalid fields instead of prompting towards error page
- Get Comment With Meta value
- Is there a Function so that the author of the comment can delete his own comment?
- Make comment textarea input un-required
- Nofollow the date/time hyperlink in comment
- How to rearrange fields in comment_form()
- Change HTML Produced by wp_list_comments()
- Removing the “Website” Field from Comments and Replies?
- How to add a class to the comment submit button?
- comments reply script not working
- How to display comment form error messages in the same page
- How can I limit the number of comments per registered user per day?
- Why does `add_theme_support( ‘html5’, array( ‘comment-form’ )` disable client side validation?
- Add class to Reply button in Comments area
- How do I set up real anonymous posting in bbpress forums? [closed]
- Showing comments only to same custom user role
- How to allow the reply link to remain on the comment form after I have reached my 10 nested comment limit?
- Deep customization of the comment form?
- Custom Comments – Parent / Nested Reply
- How to hide “Trackback” on paginated comments
- Using filter to add additional fields to comment_form()
- Why are default comments deprecated?
- Comments Reply Form
- Does WordPress Allow Blank/Empty Comment Submissions In WordPress?
- Comment form not display properly?
- Comment form not showing up without comments
- Programmatically block commenting by restricting view of comment form
- Hide comment form completely (preferably without using CSS)
- How can comments be submitted when I don’t have a comment box on a page?
- comment_form() generates the wrong action url
- How to display comments on different page
- how to have 2 comments_template() in one post
- Add comments meta fields to comments metabox on post edit screen
- Custom Field Added In Comment Form Not Showing In Edit
- Display comments on a comment page without form
- Add a drop down list to comment form?
- How To Remove The “Click here to cancel reply” Link From The WordPress Comment Form
- Change “logged in” link in (you must be logged in to post a comment)
- Change the tag of the comment submit button
- Passing arguments to wp_list_comments callback function
- Comments form custom fields order
- changing default comment form arguments [duplicate]
- Making a Comment on a page without being on that page?
- comments_template not working correcly in custom template files
- Change WordPress comments url / word
- How can I show comments in random order?
- How to get last comments but not from admin (or other specific user role/capability)?
- How to save new comment as custom comment type?
- Remove “at” string from wordpress comment date
- WP comments form (custom) is displaying an extra comment field
- Warning: call_user_func_array() expects parameter 1 to be a valid callback, func
- How to add a privacy-checkbox in comment-template?
- How to modify comments form using comment_form()?
- How to add consent checkbox in comment section
- Comment `Reply` link doesn’t work if comments are loaded from ajax
- How to add enctype to multipart/form-data to comment form?
- How to change the order of elements in comment_form()
- Changing position of cancel_comment_reply_link and other elements of comment form
- Comments to only be seen by their author
- What does the “$depth” parameter in the Walker_Comment stand for?
- how to get the comment ID in the front end when the REPLY button is clicked?
- Publish a message on facebook after having posted a comment
- Including new Javascript only after a comment is made
- Show comments fields in two columns
- Edit Comment_Field while using T5 Comment Textarea On Top-Plugin
- Two steps comment form
- Share comment to twitter after publishing [closed]
- Customize the cancel_comment_reply_link
- Disable comments
- Override comments.php template with plugin
- How to add attributes to the comment form tag?
- Comment form connection to Gravity Forms