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

Admin Page access

As i can not allowed to comment, I post it here: Please Make sure when you are login to wp-admin, in usermeta table you have a role of ‘administration’ in $prefix->capabilities meta_key. Because this Message comes when you try login, that user has different role other than admin. Thank you.

wp-admin: “Sorry, you are not allowed to access this page.”

Because you have renamed the plugin and theme directory, it should a problem on your user. But rename the whole wp-content directory, so that all add-ons are inactive, check it again. User Rights After them, logged in to a database tool, like “Adminer” or “PhpMyAdmin” and look at the table usermeta with your user ID*, … Read more

Broken Customizer page

Problem solved! Seems that there was a conflict in the .htaccess file. Even though all plugins were disabled, but their codes were not removed. (And now the plugins are not writing to it even though it’s writable). And I don’t manually edit the file. So, restoring the .htaccess file to the cPanel + WordPress default … Read more

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