How to put the author of the post in the comments?
I need to put the name of the author who wrote the post and I can’t find the solution.
I need to put the name of the author who wrote the post and I can’t find the solution.
How to display list of replies to his comments in user profile of current user. my website can send notification that example: “someone replied to your comment” and when i click the link that was sent by notification email it forward me to comment page. i also want to list these replies in user profile.
thanks for attention
I am developing a WordPress theme for which I would like each comment’s timestamp wrapped in in a <span> element for the sake of styling it with CSS rules. However, the wp_list_comments() function as I use it in my theme’s comments.php template does not seem to provide options to alter the HTML produced:
I have an issue in my new theme.
my website is about Education for teachers and students. every post belongs to one teacher that students can talk to her/him via comments.
now, i want to add a special thing to any post. i want to have two comments_template() in one post with pills (bootstrap). in one, student can just ask their questions but in another, they can do review and rating.
in fact i need to use different comments_template file for every one.