WordPress – Add a Custom User Avatar
In the discussion settings of WordPress sites a custom avatar can be placed that can be used by the users on your site when joining to place comments.
In the discussion settings of WordPress sites a custom avatar can be placed that can be used by the users on your site when joining to place comments.
The backend of a WordPress site has pages, post, etc. But on the pages, there is no area for writing a short description. This code adds that functionality.
In the WordPress backend, on the admin bar, there has always been the “Howdy” text that greets you and leads to your account info. It can be customized.
The WordPress login page is fairly plane and has the WordPress logo. It can be customized to represent your company’s brand or the site itself.
If your site doesn’t use comments and you want to remove their menu items from showing in the back end, this can be done in your functions.php file.
Occasionally, you may want to temporarily hide update notifications for a WordPress site because you aren’t updating the plugin for some reason.
If you don’t use Gutenberg to build your WordPress pages, you may want to disable blocks and restore the classic widgets in the backend of your site.
In WordPress, there is an admin bar at the top of the site backend and frontend when logged in. You may want to hide this from the general user.
Though you may have the auto updates to themes and plugins turned off, sometimes installing a new plugin turns it on for that plugin. This can be disabled.
When using WooCommerce and a product has many variations, you want to increase the number of variations that show on one pagination page for editing.