SlideShare a Scribd company logo
1 of 18
Download to read offline
How to Customize the WordPress Admin
Area for Your Client and Yourself
Parandis Saheli
TWD16 GRADUATES
@parandis-t-saheli
@parandists
Christel Chan
@christelchan
@christeldesign
Introduction
What is the issue?
● WordPress Dashboard has lots of unnecessary items that we don’t use
What can we do?
● Customizing the WordPress Dashboard to make it more user-friendly for
yourself and your client, including:
○ Removing, and adding your own Dashboard Widgets;
○ Renaming and reordering the Dashboard navigation menu items;
○ Removing the toolbar/admin bar items
How can we fix it?
● Adding code in the back-end in functions.php, or use plugins
Before
After
Dashboard Widgets
● WordPress comes with default
widgets on the dashboard:
○ Welcome
○ At a Glance
○ Activity
○ Quick Draft
○ WordPress Events and News
● Some plugins will add
metaboxes on the dashboard
○ e.g. Yoast
● Looks cluttered and can
confuse clients
Remove widgets for relevant users
Remove Widgets for Relevant Users | Gist
Remove widgets globally
Remove Widgets Globally | Gist
Inspect the metabox you want to remove to find the ID name you should target in your function
Remove welcome panel
Remove Welcome Panel | Gist
Custom Dashboard Widget
● After clearing the default
dashboard, you can add your
own custom widget
○ E.g. tutorials for your client or
custom welcome screen
Custom Dashboard Widget | Gist
Renaming Dashboard
Navigation
● A nice touch to customize some
menu items for your client
○ E.g. Media -> Gallery
● WordPress menu is an array
○ To target the right menu item, you
need to find it’s index number in the
array (see gist or WP
stackexchange answer)
Rename Dashboard Menu Item | Gist
WP StackExchange Answer to Print Menu Array
Remove Dashboard Navigation Menu Items
● You don’t need to use every menu item, for example:
○ If your website doesn’t have a blog, you probably don’t need ‘Posts’
○ If you are developing a custom theme for your client, you might not want them to change the
Themes, Header or Background under ‘Appearance’
○ No one should touch the dashboard code editor!
● WordPress has core functions remove_menu_page and
remove_submenu_page for most of the menu items, but for some of them,
e.g. customizer, header, or background, you need to delete the relevant code
from functions.php
Remove Dashboard Menu Items | Gist
Reordering Dashboard
Navigation Menu Items
● Can make navigation more
user-friendly by putting the most
important menu items at the top
○ E.g. In our website for Maximus
Hair Studio, we moved Hair
Services and Beauty Services
higher
● Use code to return array in the
order you want
Reorder Dashboard Menu Items |
Gist
Remove Admin Bar Items
● If you’ve developed a custom
theme for your client, you probably
don’t need any of the toolbar links,
except the one to the live
site/dashboard
● Inspect the <li> element of the item
you want to remove, and use its ID
name without the prefix
“wp-admin-bar” to target it
Remove Admin Bar Items | Gist
Plugins
● If you prefer not to touch the code, here are some articles and plugins you can
explore
○ http://www.wpsuperstars.net/organize-wordpress/
■ https://wordpress.org/plugins/admin-menu-editor/
■ https://wordpress.org/plugins/hierarchy/
■ https://wordpress.org/plugins/wp-admin-ui-customize/
■ https://wordpress.org/plugins/enhanced-media-library/
○ https://en-ca.wordpress.org/plugins/adminimize/
○ https://wordpress.org/plugins/admin-menu-editor/
○ https://premium.wpmudev.org/blog/useful-admin-tools/
Admin Themes
● You can also install admin themes to give your admin area a customized look
and feel
○ https://codex.wordpress.org/Creating_Admin_Themes
○ https://premium.wpmudev.org/blog/admin-themes/
Thank you! :)

More Related Content

Similar to How to Customize the WordPress Admin Area

WordPress 101 Saturday Session
WordPress 101 Saturday SessionWordPress 101 Saturday Session
WordPress 101 Saturday Sessionpamselle
 
Developing Custom WordPress Themes for Clients
Developing Custom WordPress Themes for ClientsDeveloping Custom WordPress Themes for Clients
Developing Custom WordPress Themes for ClientsSteven Slack
 
Gdi word press_2
Gdi word press_2Gdi word press_2
Gdi word press_2pamselle
 
Taming Drupal Blocks for Content Editors a.k.a. "Snippets"
Taming Drupal Blocks for Content Editors a.k.a. "Snippets"Taming Drupal Blocks for Content Editors a.k.a. "Snippets"
Taming Drupal Blocks for Content Editors a.k.a. "Snippets"Brian Hay
 
Customizing the Django Admin
Customizing the Django AdminCustomizing the Django Admin
Customizing the Django AdminLincoln Loop
 
WordPress: After The Install
WordPress: After The InstallWordPress: After The Install
WordPress: After The InstallWordPress NYC
 
How to install and use WordPress (Version - 3.9.1) to create a blog
How to install and use WordPress (Version - 3.9.1) to create a blogHow to install and use WordPress (Version - 3.9.1) to create a blog
How to install and use WordPress (Version - 3.9.1) to create a blogKhushiar
 
Speedrun: Build a Website with Panels, Media, and More in 45 Minutes
Speedrun: Build a Website with Panels, Media, and More in 45 MinutesSpeedrun: Build a Website with Panels, Media, and More in 45 Minutes
Speedrun: Build a Website with Panels, Media, and More in 45 MinutesAcquia
 
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016Peter Mead
 
Beginning WordPress Workshop
Beginning WordPress WorkshopBeginning WordPress Workshop
Beginning WordPress WorkshopThe Toolbox, Inc.
 
Spring18 Release Highlights by Manish Thaduri
Spring18 Release Highlights by Manish ThaduriSpring18 Release Highlights by Manish Thaduri
Spring18 Release Highlights by Manish ThaduriManish Thaduri
 
#SalesforceSaturday Spring18 Release Highlights by Manish Thaduri
#SalesforceSaturday Spring18 Release Highlights by Manish Thaduri#SalesforceSaturday Spring18 Release Highlights by Manish Thaduri
#SalesforceSaturday Spring18 Release Highlights by Manish ThaduriAtul Gupta(8X)
 
Techniques for Developing Directory and Marketplace Sites with WordPress
Techniques for Developing Directory and Marketplace Sites with WordPressTechniques for Developing Directory and Marketplace Sites with WordPress
Techniques for Developing Directory and Marketplace Sites with WordPressonthegosystems
 
Should you use WordPress for your non-profit websites?
Should you use WordPress for your non-profit websites?Should you use WordPress for your non-profit websites?
Should you use WordPress for your non-profit websites?Bethany Siegler
 
Intro to wordpress short course
Intro to wordpress short courseIntro to wordpress short course
Intro to wordpress short coursecarishurd
 
To The Word And Beyond! Extending WordPress Past a Simple Blog
To The Word And Beyond! Extending WordPress Past a Simple BlogTo The Word And Beyond! Extending WordPress Past a Simple Blog
To The Word And Beyond! Extending WordPress Past a Simple BlogMeagan Hanes
 

Similar to How to Customize the WordPress Admin Area (20)

WordPress 101 Saturday Session
WordPress 101 Saturday SessionWordPress 101 Saturday Session
WordPress 101 Saturday Session
 
Developing Custom WordPress Themes for Clients
Developing Custom WordPress Themes for ClientsDeveloping Custom WordPress Themes for Clients
Developing Custom WordPress Themes for Clients
 
Gdi word press_2
Gdi word press_2Gdi word press_2
Gdi word press_2
 
Taming Drupal Blocks for Content Editors a.k.a. "Snippets"
Taming Drupal Blocks for Content Editors a.k.a. "Snippets"Taming Drupal Blocks for Content Editors a.k.a. "Snippets"
Taming Drupal Blocks for Content Editors a.k.a. "Snippets"
 
Customizing the Django Admin
Customizing the Django AdminCustomizing the Django Admin
Customizing the Django Admin
 
WordPress: After The Install
WordPress: After The InstallWordPress: After The Install
WordPress: After The Install
 
How to install and use WordPress (Version - 3.9.1) to create a blog
How to install and use WordPress (Version - 3.9.1) to create a blogHow to install and use WordPress (Version - 3.9.1) to create a blog
How to install and use WordPress (Version - 3.9.1) to create a blog
 
Speedrun: Build a Website with Panels, Media, and More in 45 Minutes
Speedrun: Build a Website with Panels, Media, and More in 45 MinutesSpeedrun: Build a Website with Panels, Media, and More in 45 Minutes
Speedrun: Build a Website with Panels, Media, and More in 45 Minutes
 
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016
Paid Traffic with WordPress PPC Hacks - by Peter Mead for BigDigital 2016
 
An Introduction to Drupal
An Introduction to DrupalAn Introduction to Drupal
An Introduction to Drupal
 
Beginning WordPress Workshop
Beginning WordPress WorkshopBeginning WordPress Workshop
Beginning WordPress Workshop
 
Spring18 Release Highlights by Manish Thaduri
Spring18 Release Highlights by Manish ThaduriSpring18 Release Highlights by Manish Thaduri
Spring18 Release Highlights by Manish Thaduri
 
#SalesforceSaturday Spring18 Release Highlights by Manish Thaduri
#SalesforceSaturday Spring18 Release Highlights by Manish Thaduri#SalesforceSaturday Spring18 Release Highlights by Manish Thaduri
#SalesforceSaturday Spring18 Release Highlights by Manish Thaduri
 
Odoo website themes
Odoo website themesOdoo website themes
Odoo website themes
 
Wordpress Setup Guide
Wordpress Setup GuideWordpress Setup Guide
Wordpress Setup Guide
 
Site builder
Site builderSite builder
Site builder
 
Techniques for Developing Directory and Marketplace Sites with WordPress
Techniques for Developing Directory and Marketplace Sites with WordPressTechniques for Developing Directory and Marketplace Sites with WordPress
Techniques for Developing Directory and Marketplace Sites with WordPress
 
Should you use WordPress for your non-profit websites?
Should you use WordPress for your non-profit websites?Should you use WordPress for your non-profit websites?
Should you use WordPress for your non-profit websites?
 
Intro to wordpress short course
Intro to wordpress short courseIntro to wordpress short course
Intro to wordpress short course
 
To The Word And Beyond! Extending WordPress Past a Simple Blog
To The Word And Beyond! Extending WordPress Past a Simple BlogTo The Word And Beyond! Extending WordPress Past a Simple Blog
To The Word And Beyond! Extending WordPress Past a Simple Blog
 

Recently uploaded

Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfOrbitshub
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamUiPathCommunity
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...Zilliz
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformWSO2
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAnitaRaj43
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceIES VE
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native ApplicationsWSO2
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistandanishmna97
 
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....rightmanforbloodline
 

Recently uploaded (20)

Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data PlatformLess Is More: Utilizing Ballerina to Architect a Cloud Data Platform
Less Is More: Utilizing Ballerina to Architect a Cloud Data Platform
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
AI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by AnitarajAI in Action: Real World Use Cases by Anitaraj
AI in Action: Real World Use Cases by Anitaraj
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
Decarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational PerformanceDecarbonising Commercial Real Estate: The Role of Operational Performance
Decarbonising Commercial Real Estate: The Role of Operational Performance
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
Architecting Cloud Native Applications
Architecting Cloud Native ApplicationsArchitecting Cloud Native Applications
Architecting Cloud Native Applications
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
CNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In PakistanCNIC Information System with Pakdata Cf In Pakistan
CNIC Information System with Pakdata Cf In Pakistan
 
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
TEST BANK For Principles of Anatomy and Physiology, 16th Edition by Gerard J....
 

How to Customize the WordPress Admin Area

  • 1. How to Customize the WordPress Admin Area for Your Client and Yourself Parandis Saheli TWD16 GRADUATES @parandis-t-saheli @parandists Christel Chan @christelchan @christeldesign
  • 2. Introduction What is the issue? ● WordPress Dashboard has lots of unnecessary items that we don’t use What can we do? ● Customizing the WordPress Dashboard to make it more user-friendly for yourself and your client, including: ○ Removing, and adding your own Dashboard Widgets; ○ Renaming and reordering the Dashboard navigation menu items; ○ Removing the toolbar/admin bar items How can we fix it? ● Adding code in the back-end in functions.php, or use plugins
  • 5. Dashboard Widgets ● WordPress comes with default widgets on the dashboard: ○ Welcome ○ At a Glance ○ Activity ○ Quick Draft ○ WordPress Events and News ● Some plugins will add metaboxes on the dashboard ○ e.g. Yoast ● Looks cluttered and can confuse clients
  • 6. Remove widgets for relevant users Remove Widgets for Relevant Users | Gist
  • 7. Remove widgets globally Remove Widgets Globally | Gist
  • 8. Inspect the metabox you want to remove to find the ID name you should target in your function
  • 9. Remove welcome panel Remove Welcome Panel | Gist
  • 10. Custom Dashboard Widget ● After clearing the default dashboard, you can add your own custom widget ○ E.g. tutorials for your client or custom welcome screen Custom Dashboard Widget | Gist
  • 11. Renaming Dashboard Navigation ● A nice touch to customize some menu items for your client ○ E.g. Media -> Gallery ● WordPress menu is an array ○ To target the right menu item, you need to find it’s index number in the array (see gist or WP stackexchange answer) Rename Dashboard Menu Item | Gist WP StackExchange Answer to Print Menu Array
  • 12. Remove Dashboard Navigation Menu Items ● You don’t need to use every menu item, for example: ○ If your website doesn’t have a blog, you probably don’t need ‘Posts’ ○ If you are developing a custom theme for your client, you might not want them to change the Themes, Header or Background under ‘Appearance’ ○ No one should touch the dashboard code editor! ● WordPress has core functions remove_menu_page and remove_submenu_page for most of the menu items, but for some of them, e.g. customizer, header, or background, you need to delete the relevant code from functions.php Remove Dashboard Menu Items | Gist
  • 13. Reordering Dashboard Navigation Menu Items ● Can make navigation more user-friendly by putting the most important menu items at the top ○ E.g. In our website for Maximus Hair Studio, we moved Hair Services and Beauty Services higher ● Use code to return array in the order you want Reorder Dashboard Menu Items | Gist
  • 14. Remove Admin Bar Items ● If you’ve developed a custom theme for your client, you probably don’t need any of the toolbar links, except the one to the live site/dashboard ● Inspect the <li> element of the item you want to remove, and use its ID name without the prefix “wp-admin-bar” to target it Remove Admin Bar Items | Gist
  • 15. Plugins ● If you prefer not to touch the code, here are some articles and plugins you can explore ○ http://www.wpsuperstars.net/organize-wordpress/ ■ https://wordpress.org/plugins/admin-menu-editor/ ■ https://wordpress.org/plugins/hierarchy/ ■ https://wordpress.org/plugins/wp-admin-ui-customize/ ■ https://wordpress.org/plugins/enhanced-media-library/ ○ https://en-ca.wordpress.org/plugins/adminimize/ ○ https://wordpress.org/plugins/admin-menu-editor/ ○ https://premium.wpmudev.org/blog/useful-admin-tools/
  • 16. Admin Themes ● You can also install admin themes to give your admin area a customized look and feel ○ https://codex.wordpress.org/Creating_Admin_Themes ○ https://premium.wpmudev.org/blog/admin-themes/
  • 17.