How to show username in reply to comment?

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

Embedding local video in WordPress comments

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

How to remove some author fields from the edit comment page in wp-admin?

There is no filter hook to customize comment edit fields on admin page. However you can hide those two fields using CSS, add the code below on your active theme. function wp_ste_remove_commentfields() { global $pagenow; if ( $pagenow != ‘comment.php’ ) return; ?> <style> .editcomment tr:nth-child(2), .editcomment tr:nth-child(3) { display: none; } </style> <?php } … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)