Functions Create a PHP file. Next, edit the new function file and add code to load the styles of the original \
Delete unnecessary word press dashboard components. After logging into the word press dashboard, several sections (parts) will be displayed, such as at a glance, site stats, quick draft, and word press news. Most of these dashboard components are added by word press, but the number of components displayed may increase or decrease with the theme and \/ or plug-ins. Some themes and plug-ins add their own artifacts to the dashboard. Some of these widgets are useful, but does the client need to see each? Do you want to check these components separately each time you log in? You may not be able to remove the part, so you must put up with it. Today is your lucky day. You can easily delete any number of dashboard components with a few lines of code. The
\/\/Remove dashboard widgets function remove\dashboard\u meta() {if (! Current\u user\u can (‘manage\u options’)) {remove\u meta\u box (‘dashboard\increasing\links’,’dashboard’,’normal’); remove\u meta\u box (‘dashboard\plugins’,’dashboard’,’normal’); remove\u meta\u box (‘dashboard\u primary’,’dashboard’)ard’,’normal’); remove\u meta\u box (‘dashboard\secondary’,’dashboard’,’normal’); remove\u meta\u box (‘dashboard_quick_press’,’dashboard’,’side’); Remove\u meta\u box (‘dashboard\u recent\u drafts’,’dashboard’,’side’); Remove\u meta\u box (‘dashboard\recent\u comments’,’dashboard’,’normal’); Remove\u meta\u box (‘dashboard\u right\now’,’dashboard’,’normal’); Remove\u meta\u box (‘dashboard\u activity’,’dashboard’,’normal’);}} Add\u action (‘admin\u init’,’remove\u dashboard\u meta’); Functions of the subtopic. If you copy the above code from the PHP file (in WP content \/ themes \/ yourthemename \/ child themes \/ functions.php) and save the changes, all dashboard components will be removed except the parts added by the theme. Plug in. In the above code, all users who have not reached the administrator permission cannot view the component, which benefits from this part of the code. The
If (! Current\u user\u can (‘manage\u options’) Ensure that the user has the (\
‘wpexplorer\u remove\u footer\u admin’;’ Change \
Not light, it will only make better text impression shape! You can also use the plug-in to modify the default WordPress login page. Forest allows you to add your own background image to the WordPress dashboard, or use one of the 6 images provided free of charge, including the image in the screenshot above. You can customize the dashboard with your own ideas (using unlimited colors) or using one of the default word press color profiles. You can choose your own font layout from more than 600 Google fonts to further customize the dashboard. The plug-in supports light skin and dark skin, and can configure the opacity level of each element. If there are unused buttons on the dashboard, they can also be hidden. This is ideal for client sites that have too many options and may be overloaded. Note: forest will not change the appearance of the real-time website in any way, just for the back-end. Want to learn more about resources for customizing WordPress dashboards WordPress dashboards? The following are additional resources for some specialized toolkits: How to create the best customized login page plug-in for dashboard component API word press 15 kinds of word press customized dashboard pages, customized word press dashboard for clients, customized word press administrator – dashboard creates customized word press management dashboard for you to enhance the brand image And one of the best ways to provide customers with a personalized experience. It’s simple and doesn’t take much time. So what are you waiting for? Make it customized. Besides, what did you learn here today? Have you ever created a custom word press Management Dashboard? Please share with the enthusiastic community in the comments below. Cheers!