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?
- comments reply script not working
- 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]
- How to allow the reply link to remain on the comment form after I have reached my 10 nested comment limit?
- Custom Comments – Parent / Nested Reply
- Why are default comments deprecated?
- Comments Reply Form
- Comment form not display properly?
- changing default comment form arguments [duplicate]
- How to modify comments form using comment_form()?
- Publish a message on facebook after having posted a comment
- Including new Javascript only after a comment is made
- Two steps comment form
- How to change commenter links to /user/user_id?
- How to call my custom WordPress Comment form without getting the comments?
- How can I get values count from wp_commentmeta?
- How can I test why the comment hook is not working?
- How can I convert anonymous commenters into registered users?
- How to modify core when there is no hook?
- ol children instead of ul children
- blank page after submitting a comment
- changing font size and font of a custom message added after comment
- Get all images in post and comments like Twitter before post title
- Force logged in users to still fill out name/address for commenting?
- Wrapping the cancel_comment_reply_link()
- Display avatar with comment form?
- Appended comments but they show up above the content instead of below
- Embedding Youtube video on comments
- Commentform input area issue
- how to load the comment template from a plugin
- How to display comment meta under each comment content
- get_comments_number() returns 0
- duplicate comment section functionality and call it something else for custom post types
- comment_notes_before not working
- Get comment id of the individual comments in comment list when modifying comment posted using comment text filter
- Custom comment-field form arrangement [closed]
- get_comment_meta not behaving as expected
- Add a Custom Field in Comment Box next to the Text area
- Returning error upon comment being flagged as spam
- Clicking Comment “Reply” Button only replies to first comment
- How to send add_comment_meta value from separate file to main plugin file?
- Cannot Remove Title Reply from Custom Comment Template for Signup Page
- comment just attachment .. reply just text … can I do that?
- Display the list of user’s comments + the post title + date
- How to show a list of comments on home page from all posts?
- Hide review form if user has left a comment
- How do I check which comment fields are required in my theme?
- How is it possible to create Multi part sections where people can answer or comment or vote on various parts of a page’s content as given example?
- I want to change the WordPress comments file
- Can not edit comment form
- edit comments in front end
- How to replace anonymous comment form with a registration form on wordpress?
- How to edit comments form on posts?
- How can I return the result of my custom function?
- How Can I display the Current Logged-In User’s Comment at the Top of the Comments Section in WordPress?
- Paginated Comments “reply” does not work!
- Echo out custom fields in comments
- Comments template only linking to one post
- Redirect first time comments
- Comments not enabled for custom post types
- Comment form – different title if no comment yet
- Why links are not linked if edited comment?
- Author page link in comments is different than in posts?
- Add custom captcha to comment form
- Why default comment fields don’t show up?
- How to enable truly anonymous posting in bbPress forums? [closed]
- Replace Entire Comment Box with Text
- Comment form: Add Radio button logic [closed]