Is there a way to link to the BOTTOM of the comments on a wordpress page?
Thanks for posting the code. Give this a shot: To contact us <a href=”#respond”>send us a message in a comment</a>.
Thanks for posting the code. Give this a shot: To contact us <a href=”#respond”>send us a message in a comment</a>.
Comments pagination: reverse JUST the links texts (1-2-3 to 3-2-1), not comments order
comment just attachment .. reply just text … can I do that?
comments.php remove date/time’s #hyperlink
You shouldn’t be stripping this via the functions.php file but rather edit the comments.php to remove the span directly. If this is a commercial theme that receives updates then you should do it by creating a child theme and customizing your functions.php & comments.php in that child theme. This is a great tutorial on how … Read more
REST API : Get post title with comment
How to add code for wp-comments-post.php over functions.php?
Cannot Remove Title Reply from Custom Comment Template for Signup Page
the formatting you want to change typically lives in a comments.php file in the root directory of the theme, though different themes can deal with comments in different ways. There are even themes (Divi themes do this, for example) that let you turn elements like author on and off as part of customizing the theme. … Read more
Yea, you can’t use short codes in comments by default with WordPress. Short codes are anything surrounded in those ‘[ ]’ brackets. There are plugins you can install that allow you to use short-codes in posts, products, categories, and other places in WordPress that you aren’t able to by default. However, I don’t know of … Read more