 #  Speed Up Your Joomla Workflow with a Custom Administrator Menu 

 

  ![Speed Up Your Joomla Workflow with a Custom Administrator Menu](https://cdn.richeyweb.com/images/articles/speed-up-your-joomla-workflow-with-a-custom-administrator-menu/custom-admin-menus.webp)    [Joomla](/joomla-techniques/youtube-rss-feed-gallery "YouTube RSS Feed Gallery") is more powerful than most people realize — including many long-time Joomla developers and advocates. Its core ships with a remarkably deep feature set that frequently goes undiscovered, quietly solving problems that people reach for third-party extensions to address. Those extensions add weight, introduce dependency, and slow your site down. Before installing anything, it's worth asking: does Joomla already do this?

This tutorial answers that question for one common need: **quick access to the admin views you use most.**

## The Path Is Yours to Choose

Every Joomla administrator has a different job to do. A developer maintaining a staging server lives in the Plugin Manager and clears cache constantly. A content editor returns to the Articles Manager dozens of times a day. A site owner running a software distribution platform needs direct access to release management. A template designer cycles between Template Styles and Language Overrides.

The Joomla administrator menu is not a fixed road — it is a trail system. This tutorial shows you how to cut your own path through it.

## What We're Building

A custom administrator menu that places your most-used backend links permanently at the bottom of Joomla's main navigation sidebar — no extensions, no overhead, no ongoing subscription.

## Step-by-Step Instructions

### 1. Open the Menu Manager

Navigate to **Menus → Manage** in your Joomla administrator.

You'll see a dropdown that is likely pre-set to **Site**. Change it to **Administrator**.

 ![Select the Administrator area](https://cdn.richeyweb.com/images/articles/speed-up-your-joomla-workflow-with-a-custom-administrator-menu/custom-admin-menu-step-1.webp) Select the Administrator area ### 2. Create a New Menu

Click the **+ New** button.

Give your menu a name — **Favorites** works well, or name it after your role or [workflow](/blog/hosting/ai-automation-unlocking-content-opportunities "AI Automation Unlocking Content Opportunities"). Copy that same name into the **Unique Name** and **Description** fields.

Click **Save**.

 ![Create the Favorites menu](https://cdn.richeyweb.com/images/articles/speed-up-your-joomla-workflow-with-a-custom-administrator-menu/custom-admin-menu-step-2.webp) Create the Favorites menu ### 3. Create a Module for the Menu

Back in the Menu Manager, find your new menu. In its row, you'll see a button labeled **Add a module for this menu** — click it.

 ![Create a menu module](https://cdn.richeyweb.com/images/articles/speed-up-your-joomla-workflow-with-a-custom-administrator-menu/custom-admin-menu-step-3a.webp) Create a menu module A popup will appear. Set the title to match your menu name and choose **Menu** as the position.

Before saving, locate the option labeled **Check Menu** and set it to **No**. This prevents Joomla from flagging your custom menu for missing core navigation items.

Click **Save**.

 ![Set up your admin menu](https://cdn.richeyweb.com/images/articles/speed-up-your-joomla-workflow-with-a-custom-administrator-menu/custom-admin-menu-step-3b.webp) Set up your admin menu ### 4. Add Your Menu Items

In the main navigation sidebar, under **Menus**, you'll now find your new menu. Click it to open the item list and begin adding links.

Each item you add will appear at the bottom of Joomla's main administrator menu — persistent, fast, and always one click away.

 ![Start adding custom quick-access links](https://cdn.richeyweb.com/images/articles/speed-up-your-joomla-workflow-with-a-custom-administrator-menu/custom-admin-menu-step-4.webp) Start adding custom quick-access links ## Where the Path Leads: Use Cases by Administrator Type

The URLs below are standard Joomla administrator views. Any of them can become a menu item. These are only examples — your workflow determines which paths are worth cutting.

### The Developer

Working on a staging or development server, the focus is on configuration and system state. Context-switching is constant and cache management is frequent.

 | Link | URL |
|---|---|
| Plugin Manager | `index.php?option=com_plugins` |
| Module Manager | `index.php?option=com_modules` |
| [Clear Cache](/blog/development/generator-tag-claim-your-joomla-sites "Generator Tag: Claim Your Joomla Sites") | `index.php?option=com_cache` |
| [Global Configuration](/joomla-techniques/how-to-add-custom-scripts-or-stylesheets-to-a-single-joomla-article-without-losing-your-mind "Add Custom Scripts or Stylesheets to a Joomla Article") | `index.php?option=com_config` |
| Template Styles | `index.php?option=com_templates&view=styles` |

### The Content Editor

A content editor rarely needs system tools. Their path runs straight through content creation and organization, often returning to the same [categories](/blog/development/bug-reports-a-developers-best-friend-not-a-burden "Bug Reports: A Developer's Best Friend, Not a Burden") and article lists repeatedly.

 | Link | URL |
|---|---|
| Articles Manager | `index.php?option=com_content&view=articles` |
| Categories | `index.php?option=com_categories&extension=com_content` |
| Media Manager | `index.php?option=com_media` |
| Menus Manager | `index.php?option=com_menus` |
| Language Overrides | `index.php?option=com_languages&view=overrides` |

### The Software Publisher

Running a software distribution site — using a component such as Akeeba Release System — the focus is on release management and download items, not core content tools. Third-party components are first-class citizens in this system, accessible in exactly the same way.

 | Link | URL |
|---|---|
| ARS Releases | `index.php?option=com_ars&view=releases` |
| ARS Items | `index.php?option=com_ars&view=items` |
| Media Manager | `index.php?option=com_media` |
| Global Check-in | `index.php?option=com_checkin` |

### The Site Administrator

Responsible for users, permissions, and system health rather than content creation. Their path runs through access control and scheduled maintenance.

 | Link | URL |
|---|---|
| User Manager | `index.php?option=com_users` |
| [User Groups](/blog/personal/pre-configured-client-extension-inspired-by-sap "Pre-Configured Client Extension Inspired by SAP") | `index.php?option=com_users&view=groups` |
| Global Check-in | `index.php?option=com_checkin` |
| [Scheduled Tasks](/blog/hosting/cron-vs-joomla-lazy-scheduler-and-webcron "Cron vs Joomla Lazy Scheduler and WebCron") | `index.php?option=com_scheduler` |
| Update Extensions | `index.php?option=com_installer&view=update` |

## The Principle Behind the Practice

Notice that no extension is required to reach any of these destinations. Every URL in the tables above is a standard Joomla administrator view — core or third-party — addressable directly. The custom menu system simply surfaces those addresses where you need them, in the sidebar, without installation overhead or ongoing cost.

Joomla's administrator is not a walled garden. It is an open trail system, and the native menu tools give you everything you need to map it to your own workflow.

The next time you find yourself browsing the Joomla Extensions Directory for a productivity tool, check the core first. The path you need may already be there.

## Frequently Asked Questions:

Does this work in Joomla 4, 5, and 6?Yes. The custom administrator menu system has been part of Joomla since well before version 4, and the underlying architecture — Menus → Manage → Administrator — remains consistent across all current major versions.

Citation:[J4.x:Adding a Custom Administrator Menu](https://docs.joomla.org/J4.x:Adding_a_Custom_Administrator_Menu)

Why do I need to set "Check Menu" to No?Setting Check Menu to No stops Joomla from showing warnings about important menu links not being in your administration menu. Since a custom shortcuts menu is intentionally partial — it's a favorites list, not a replacement for the full admin menu — those warnings are irrelevant and can safely be suppressed.

Citation:[\[#23290\] - Back end: custom admin menu: Warning: The administrator menu diler does not have - Menu Manager, Module Manager, Components Container. Select to turn on the menu recovery mode](https://issues.joomla.org/tracker/joomla-cms/23290)

Will my custom menu items appear for all administrator users?By default, yes — but this is controllable. For the Access option on the module, you can scope visibility to a specific user group. If you want shortcuts visible only to Super Users or a specific role, set the module's Access level accordingly.

Citation:[How Joomla Access Works](https://manual.joomla.org/docs/4.4/general-concepts/acl/acl-access/)

Can I link to third-party component views, not just Joomla core pages?Absolutely. Any URL reachable within the Joomla administrator is a valid menu item target — core or third-party. If a component is set up to include menu items in each of the administrator list views via default.xml files, you can add menu items directly to the custom menu. For components that don't register themselves this way, a direct URL such as index.php?option=com\_ars&amp;view=releases works equally well.

Citation:[https://docs.joomla.org/J4.x:Adding\_a\_Custom\_Administrator\_Menu](/J4.x:Adding%20a%20Custom%20Administrator%20Menu)

Can I use this to create a simplified admin experience for clients?Yes, and this is one of its most valuable applications. You can create links to the particular components and views that your clients need most, and hide the rest. Combined with appropriate Access Level settings, a client-facing menu can surface only what they need without exposing system-level tools.

Citation:[Joomla 4 for Clients, Part 2: Creating a Streamlined Admin Experience](https://magazine.joomla.org/all-issues/february-2022/joomla-4-for-clients-part-2-creating-a-custom-admin-experience)

Does adding a custom menu slow down the Joomla administrator?No. The custom administrator menu uses the same native mod\_menu module type that powers Joomla's default admin navigation. The Administrator Menu module displays the menu in the backend of Joomla — its module type name is mod\_menu, and it is related to the Menu component. There is no additional overhead beyond what Joomla already loads for its own menus.

Citation:[Help25:Extensions Module Manager Admin Menu](https://docs.joomla.org/Help25:Extensions_Module_Manager_Admin_Menu)

Can I have more than one custom menu?Yes. You can create as many administrator menus as you need — one per workflow, one per user group, or one per project. Each is an independent module placed at the menu position, and they stack naturally in the sidebar below the default navigation.

Citation:[Custom Administrator Menu](https://guide.joomla.org/user-manual/menus/menus-adding-a-custom-administrator-menu)



- [      email ](mailto:?subject=Speed+Up+Your+Joomla+Workflow+with+a+Custom+Administrator+Menu&body=https%3A%2F%2Fwww.richeyweb.com%2Fjoomla-techniques%2Fspeed-up-your-joomla-workflow-with-a-custom-administrator-menu)
- [      facebook ](https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fwww.richeyweb.com%2Fjoomla-techniques%2Fspeed-up-your-joomla-workflow-with-a-custom-administrator-menu)
- [      x-twitter ](https://twitter.com/intent/tweet?text=Speed+Up+Your+Joomla+Workflow+with+a+Custom+Administrator+Menu%3A+https%3A%2F%2Fwww.richeyweb.com%2Fjoomla-techniques%2Fspeed-up-your-joomla-workflow-with-a-custom-administrator-menu)
- [      linkedin ](http://www.linkedin.com/shareArticle?mini=true&url=https%3A%2F%2Fwww.richeyweb.com%2Fjoomla-techniques%2Fspeed-up-your-joomla-workflow-with-a-custom-administrator-menu&title=Speed+Up+Your+Joomla+Workflow+with+a+Custom+Administrator+Menu&summary=Joomla+is+more+powerful+than+most+people+realize+%E2%80%94...)
- [      pinterest ](http://pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.richeyweb.com%2Fjoomla-techniques%2Fspeed-up-your-joomla-workflow-with-a-custom-administrator-menu&media=https%3A%2F%2Fwww.richeyweb.com%2Fimages%2Farticles%2Fspeed-up-your-joomla-workflow-with-a-custom-administrator-menu%2Fcustom-admin-menu-step-1.webp&description=Speed+Up+Your+Joomla+Workflow+with+a+Custom+Administrator+Menu)
 


 

   [  Next article: Insert Anything Into Your Joomla Articles  Insert Anything Into Your Joomla Articles  ](/joomla-techniques/insert-anything-into-your-joomla-articles)  

##### We Value Your Privacy

 

We use cookies to enhance your experience and for traffic analysis. By continuing to visit this site you agree to our use of cookies.

[Privacy Policy](/privacy-policy)

 Details 

###### Google Tag Manager Items

- Ad Storage
- Ad User Data
- Ad Personalization
- Analytics Storage
- Functionality Storage
- Personalization Storage
- Security Storage
 
 

 

 

 

 

 Decline Accept
```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://www.richeyweb.com/#organization","name":"RicheyWeb","url":"https://www.richeyweb.com/","logo":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/logo/richeyweb.svg","contentUrl":"https://www.richeyweb.com/images/logo/richeyweb.svg","width":{"@type":"QuantitativeValue","value":38,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":38,"unitCode":"PX"},"@id":"https://www.richeyweb.com/#logo"},"image":{"@id":"https://www.richeyweb.com/#logo"},"sameAs":["https://x.com/ComRicheyweb","https://www.facebook.com/RicheyWebDev/","https://www.youtube.com/channel/UCxnVG8BwOvQRO7hVqNX7T2g","https://community.joomla.org/service-providers-directory/listings/115:richeyweb.html"],"description":"RicheyWeb is a custom software developer specializing in Joomla extensions.","ContactPoint":[{"@type":"ContactPoint","url":"https://www.richeyweb.com/contact-us","telephone":"903-873-8460","contactType":"Owner/Administrator","areaServed":["United States",{"@type":"Country","name":"United States","sameAs":["https://en.wikipedia.org/wiki/United_States","https://www.wikidata.org/wiki/Q30","https://g.co/kg/m/09c7w0"]},"European Union",{"@type":"AdministrativeArea","name":"European Union","sameAs":["https://en.wikipedia.org/wiki/European_Union","https://www.wikidata.org/wiki/Q458","https://g.co/kg/m/0_6t_z8"]},"United Kingdom",{"@type":"Country","name":"United Kingdom","sameAs":["https://en.wikipedia.org/wiki/United_Kingdom","https://www.wikidata.org/wiki/Q145","https://g.co/kg/m/07ssc"]},"Australia",{"@type":"Country","name":"Australia","sameAs":["https://en.wikipedia.org/wiki/Australia","https://www.wikidata.org/wiki/Q408","https://g.co/kg/m/0chghy"]},"Canada",{"@type":"Country","name":"Canada","sameAs":["https://en.wikipedia.org/wiki/Canada","https://www.wikidata.org/wiki/Q16","https://g.co/kg/m/0d060g"]},"Russia",{"@type":"Country","name":"Russia","sameAs":["https://en.wikipedia.org/wiki/Russia","https://www.wikidata.org/wiki/Q159","https://g.co/kg/m/06bnz"]},"China",{"@type":"Country","name":"China","sameAs":["https://en.wikipedia.org/wiki/China","https://www.wikidata.org/wiki/Q148","https://g.co/kg/m/0d05w3"]}],"availableLanguage":"en"},{"@type":"ContactPoint","url":"https://www.richeyweb.com/bugs","telephone":"903-873-8460","contactType":"Technical Support","areaServed":["United States",{"@type":"Country","name":"United States","sameAs":["https://en.wikipedia.org/wiki/United_States","https://www.wikidata.org/wiki/Q30","https://g.co/kg/m/09c7w0"]},"European Union",{"@type":"AdministrativeArea","name":"European Union","sameAs":["https://en.wikipedia.org/wiki/European_Union","https://www.wikidata.org/wiki/Q458","https://g.co/kg/m/0_6t_z8"]},"United Kingdom",{"@type":"Country","name":"United Kingdom","sameAs":["https://en.wikipedia.org/wiki/United_Kingdom","https://www.wikidata.org/wiki/Q145","https://g.co/kg/m/07ssc"]},"Australia",{"@type":"Country","name":"Australia","sameAs":["https://en.wikipedia.org/wiki/Australia","https://www.wikidata.org/wiki/Q408","https://g.co/kg/m/0chghy"]},"Canada",{"@type":"Country","name":"Canada","sameAs":["https://en.wikipedia.org/wiki/Canada","https://www.wikidata.org/wiki/Q16","https://g.co/kg/m/0d060g"]},"Russia",{"@type":"Country","name":"Russia","sameAs":["https://en.wikipedia.org/wiki/Russia","https://www.wikidata.org/wiki/Q159","https://g.co/kg/m/06bnz"]},"China",{"@type":"Country","name":"China","sameAs":["https://en.wikipedia.org/wiki/China","https://www.wikidata.org/wiki/Q148","https://g.co/kg/m/0d05w3"]}],"availableLanguage":"en"}],"knowsAbout":["Computer programming",{"@type":"Thing","name":"Computer programming","sameAs":["https://en.wikipedia.org/wiki/Computer_programming","https://www.wikidata.org/wiki/Q80006","https://g.co/kg/m/01mf_"]},"PHP",{"@type":"Thing","name":"PHP","sameAs":["https://en.wikipedia.org/wiki/PHP","https://www.wikidata.org/wiki/Q59","https://g.co/kg/m/060kv"]},"JavaScript",{"@type":"Thing","name":"JavaScript","sameAs":["https://en.wikipedia.org/wiki/JavaScript","https://www.wikidata.org/wiki/Q2005","https://g.co/kg/m/02p97"]},"arduino","Computer forensics",{"@type":"Thing","name":"Computer forensics","sameAs":["https://en.wikipedia.org/wiki/Computer_forensics","https://www.wikidata.org/wiki/Q878553","https://g.co/kg/m/02wxbd"]},"White hat",{"@type":"Thing","name":"White hat","sameAs":["https://en.wikipedia.org/wiki/White_hat_(computer_security)","https://www.wikidata.org/wiki/Q7995625","https://g.co/kg/m/03ns_5"]},"Search engine optimization",{"@type":"Thing","name":"Search engine optimization","sameAs":["https://en.wikipedia.org/wiki/Search_engine_optimization","https://www.wikidata.org/wiki/Q180711","https://g.co/kg/m/019qb_"]},"Search engine marketing",{"@type":"Thing","name":"Search engine marketing","sameAs":["https://en.wikipedia.org/wiki/Search_engine_marketing","https://www.wikidata.org/wiki/Q846132","https://g.co/kg/m/06mw8r"]},"Digital marketing",{"@type":"Thing","name":"Digital marketing","sameAs":["https://en.wikipedia.org/wiki/Digital_marketing","https://www.wikidata.org/wiki/Q1323528","https://g.co/kg/g/122hcnps"]},"Web hosting service",{"@type":"Thing","name":"Web hosting service","sameAs":["https://en.wikipedia.org/wiki/Web_hosting_service","https://www.wikidata.org/wiki/Q5892272","https://g.co/kg/m/014pz4"]},"Email hosting service",{"@type":"Thing","name":"Email hosting service","sameAs":["https://en.wikipedia.org/wiki/Email_hosting_service","https://www.wikidata.org/wiki/Q5368818","https://g.co/kg/m/09w60m"]},"Internet hosting service",{"@type":"Thing","name":"Internet hosting service","sameAs":["https://en.wikipedia.org/wiki/Internet_hosting_service","https://www.wikidata.org/wiki/Q1210425","https://g.co/kg/m/09w5yw"]},"Virtual hosting",{"@type":"Thing","name":"Virtual hosting","sameAs":["https://en.wikipedia.org/wiki/Virtual_hosting","https://www.wikidata.org/wiki/Q588365","https://g.co/kg/m/024mvh"]},"Web performance",{"@type":"Thing","name":"Web performance","sameAs":["https://en.wikipedia.org/wiki/Web_performance","https://www.wikidata.org/wiki/Q7978612","https://g.co/kg/m/0gfj3f1"]},"Web content management system",{"@type":"Thing","name":"Web content management system","sameAs":["https://en.wikipedia.org/wiki/Web_content_management_system","https://www.wikidata.org/wiki/Q45211","https://g.co/kg/m/0615s2"]},"Content management system",{"@type":"Thing","name":"Content management system","sameAs":["https://en.wikipedia.org/wiki/Content_management_system","https://www.wikidata.org/wiki/Q131093","https://g.co/kg/m/0k23c"]},"General Data Protection Regulation",{"@type":"Thing","name":"General Data Protection Regulation","sameAs":["https://en.wikipedia.org/wiki/General_Data_Protection_Regulation","https://www.wikidata.org/wiki/Q1172506","https://g.co/kg/m/0pk_7xs"]},"SERP",{"@type":"Thing","name":"SERP","sameAs":["https://en.wikipedia.org/wiki/SERP","https://www.wikidata.org/wiki/Q2205811","https://g.co/kg/g/11c5szp7kc"]},"Artificial intelligence",{"@type":"Thing","name":"Artificial intelligence","sameAs":["https://en.wikipedia.org/wiki/Artificial_intelligence","https://www.wikidata.org/wiki/Q11660","https://g.co/kg/m/0mkz"]},"Prompt engineering",{"@type":"Thing","name":"Prompt engineering","sameAs":["https://en.wikipedia.org/wiki/Prompt_engineering","https://www.wikidata.org/wiki/Q108941486","https://g.co/kg/g/11p6kpgt_n"]},"E-learning",{"@type":"Thing","name":"E-learning","sameAs":["https://en.wikipedia.org/wiki/E-learning_(theory)","https://www.wikidata.org/wiki/Q182250","https://g.co/kg/g/122czm1f"]},"Sharable Content Object Reference Model",{"@type":"Thing","name":"Sharable Content Object Reference Model","sameAs":["https://en.wikipedia.org/wiki/Sharable_Content_Object_Reference_Model","https://www.wikidata.org/wiki/Q827811","https://g.co/kg/m/06_40"]},"Experience API",{"@type":"Thing","name":"Experience API","sameAs":["https://en.wikipedia.org/wiki/Experience_API","https://www.wikidata.org/wiki/Q7807728","https://g.co/kg/g/1yw9ktxr8"]},"Joomla",{"@type":"Thing","name":"Joomla","sameAs":["https://en.wikipedia.org/wiki/Joomla","https://www.wikidata.org/wiki/Q13167","https://g.co/kg/m/07qb81"]},"Nginx",{"@type":"Thing","name":"Nginx","sameAs":["https://en.wikipedia.org/wiki/Nginx","https://www.wikidata.org/wiki/Q306144","https://g.co/kg/m/02qft91"]},"MySQL",{"@type":"Thing","name":"MySQL","sameAs":["https://en.wikipedia.org/wiki/MySQL","https://www.wikidata.org/wiki/Q850","https://g.co/kg/m/04y3k"]}],"areaServed":["United States",{"@type":"Country","name":"United States","sameAs":["https://en.wikipedia.org/wiki/United_States","https://www.wikidata.org/wiki/Q30","https://g.co/kg/m/09c7w0"]},"European Union",{"@type":"AdministrativeArea","name":"European Union","sameAs":["https://en.wikipedia.org/wiki/European_Union","https://www.wikidata.org/wiki/Q458","https://g.co/kg/m/0_6t_z8"]},"United Kingdom",{"@type":"Country","name":"United Kingdom","sameAs":["https://en.wikipedia.org/wiki/United_Kingdom","https://www.wikidata.org/wiki/Q145","https://g.co/kg/m/07ssc"]},"Australia",{"@type":"Country","name":"Australia","sameAs":["https://en.wikipedia.org/wiki/Australia","https://www.wikidata.org/wiki/Q408","https://g.co/kg/m/0chghy"]},"Canada",{"@type":"Country","name":"Canada","sameAs":["https://en.wikipedia.org/wiki/Canada","https://www.wikidata.org/wiki/Q16","https://g.co/kg/m/0d060g"]},"Russia",{"@type":"Country","name":"Russia","sameAs":["https://en.wikipedia.org/wiki/Russia","https://www.wikidata.org/wiki/Q159","https://g.co/kg/m/06bnz"]},"China",{"@type":"Country","name":"China","sameAs":["https://en.wikipedia.org/wiki/China","https://www.wikidata.org/wiki/Q148","https://g.co/kg/m/0d05w3"]}],"memberOf":["Mensa International",{"@type":"Organization","name":"Mensa International","sameAs":["https://en.wikipedia.org/wiki/Mensa_International","https://www.wikidata.org/wiki/Q184194","https://g.co/kg/m/0140pf"]},"National Rifle Association",{"@type":"Organization","name":"National Rifle Association","sameAs":["https://en.wikipedia.org/wiki/National_Rifle_Association","https://www.wikidata.org/wiki/Q863259","https://g.co/kg/m/0j6f9"]},"CompTIA",{"@type":"Organization","name":"CompTIA","sameAs":["https://en.wikipedia.org/wiki/CompTIA","https://www.wikidata.org/wiki/Q597534","https://g.co/kg/m/040shq"]},"ISFCE LLC",{"@type":"Organization","name":"ISFCE LLC","sameAs":["https://isfce.com","https://g.co/kg/g/11wxm5r0rg"]}],"hasCredential":[{"@type":"EducationalOccupationalCredential","name":"Joomla 3 Certified Administrator","credentialCategory":"Certification","description":"Administrator Exam is the first available Joomla! certification exam","recognizedBy":{"@type":"Organization","name":"Open Source Matters, Inc.","sameAs":["https://en.wikipedia.org/wiki/Open_Source_Matters,_Inc.","https://g.co/kg/g/11f00wvjhz"]},"url":"https://certification.joomla.org/certified-user-directory/michael-richey","about":["Content management system",{"@type":"Thing","name":"Content management system","sameAs":["https://en.wikipedia.org/wiki/Content_management_system","https://www.wikidata.org/wiki/Q131093","https://g.co/kg/m/0k23c"]},"Web content management system",{"@type":"Thing","name":"Web content management system","sameAs":["https://en.wikipedia.org/wiki/Web_content_management_system","https://www.wikidata.org/wiki/Q45211","https://g.co/kg/m/0615s2"]},"Joomla",{"@type":"Thing","name":"Joomla","sameAs":["https://en.wikipedia.org/wiki/Joomla","https://www.wikidata.org/wiki/Q13167","https://g.co/kg/m/07qb81"]}],"educationalLevel":"expert","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/contact/badge.webp","contentUrl":"https://www.richeyweb.com/images/contact/badge.webp","width":{"@type":"QuantitativeValue","value":300,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":86,"unitCode":"PX"},"caption":"Joomla 3 Certified Administrator"}},{"@type":"EducationalOccupationalCredential","name":"Certified Computer Examiner","credentialCategory":"Certification","description":"Internationally recognized computer forensics certifiecation","recognizedBy":{"@type":"Organization","name":"ISFCE LLC","sameAs":["https://en.wikipedia.org/wiki/ISFCE_LLC","https://g.co/kg/g/11wxm5r0rg"]},"url":"https://isfce.com/","about":["Digital forensics",{"@type":"Thing","name":"Digital forensics","sameAs":["https://en.wikipedia.org/wiki/Digital_forensics","https://www.wikidata.org/wiki/Q3246940","https://g.co/kg/m/0cnxzfx"]},"Computer forensics",{"@type":"Thing","name":"Computer forensics","sameAs":["https://en.wikipedia.org/wiki/Computer_forensics","https://www.wikidata.org/wiki/Q878553","https://g.co/kg/m/02wxbd"]},"Mobile device forensics",{"@type":"Thing","name":"Mobile device forensics","sameAs":["https://en.wikipedia.org/wiki/Mobile_device_forensics","https://www.wikidata.org/wiki/Q6887097","https://g.co/kg/m/06zp3tp"]},"Network forensics",{"@type":"Thing","name":"Network forensics","sameAs":["https://en.wikipedia.org/wiki/Network_forensics","https://www.wikidata.org/wiki/Q7001032","https://g.co/kg/m/05pb280"]},"Database forensics",{"@type":"Thing","name":"Database forensics","sameAs":["https://en.wikipedia.org/wiki/Database_forensics","https://www.wikidata.org/wiki/Q5227405","https://g.co/kg/m/0cgqsy"]}],"educationalLevel":"expert","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/contact/isfce-cce.webp","contentUrl":"https://www.richeyweb.com/images/contact/isfce-cce.webp","width":{"@type":"QuantitativeValue","value":150,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":150,"unitCode":"PX"},"caption":"Certified Computer Examiner"}}],"hasOfferCatalog":{"@type":"OfferCatalog","name":"Web Services","itemListElement":[{"@type":"Offer","itemOffered":{"@type":"Service","name":"Hosting"}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Development"}},{"@type":"Offer","itemOffered":{"@type":"Service","name":"Search Engine Optimization"}}]}},{"@type":"WebSite","@id":"https://www.richeyweb.com/#website","url":"https://www.richeyweb.com/","name":"RicheyWeb","publisher":{"@id":"https://www.richeyweb.com/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://www.richeyweb.com/search?q={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string","valueMaxLength":256,"valueMinLength":2,"valuePattern":"^[A-Za-z0-9\\s]+$"}},"creator":{"@id":"https://www.richeyweb.com/#organization"},"copyrightHolder":{"@id":"https://www.richeyweb.com/#organization"}},{"@type":"WebPage","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#webpage","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu?tmpl=markdown","name":"Speed Up Your Joomla Workflow with a Custom Administrator Menu","description":"Learn how to create a custom administrator menu in Joomla to streamline your workflow with quick access to key backend links.","isPartOf":{"@id":"https://www.richeyweb.com/#website"},"about":{"@id":"https://www.richeyweb.com/#organization"},"inLanguage":"en-GB"},{"@type":"Article","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/articles/speed-up-your-joomla-workflow-with-a-custom-administrator-menu/custom-admin-menus.webp","contentUrl":"https://www.richeyweb.com/images/articles/speed-up-your-joomla-workflow-with-a-custom-administrator-menu/custom-admin-menus.webp","width":{"@type":"QuantitativeValue","value":1368,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":769,"unitCode":"PX"},"caption":"Speed Up Your Joomla Workflow with a Custom Administrator Menu","representativeOfPage":true},"headline":"Speed Up Your Joomla Workflow with a Custom Administrator Menu","description":"Learn how to create a custom administrator menu in Joomla to streamline your workflow with quick access to key backend links.","author":{"@type":"Person","name":"Michael Richey","url":"https://www.richeyweb.com/contact-us","@id":"https://www.richeyweb.com/contact-us#person"},"datePublished":"2026-04-05T00:00:00+00:00","dateModified":"2026-04-05T00:00:00+00:00","about":["Menu Management","Site Administration","Joomla",{"@type":"Thing","name":"Joomla","sameAs":["https://en.wikipedia.org/wiki/Joomla","https://www.wikidata.org/wiki/Q13167","https://g.co/kg/m/07qb81"]},"Content management system",{"@type":"Thing","name":"Content management system","sameAs":["https://en.wikipedia.org/wiki/Content_management_system","https://www.wikidata.org/wiki/Q131093","https://g.co/kg/m/0k23c"]},"Web administration",{"@type":"Thing","name":"Web administration","sameAs":["https://en.wikipedia.org/wiki/Web_administration","https://www.wikidata.org/wiki/Q7978557","https://g.co/kg/g/11csrrc7ks"]},"Web development tools",{"@type":"Thing","name":"Web development tools","sameAs":["https://en.wikipedia.org/wiki/Web_development_tools","https://www.wikidata.org/wiki/Q4343954","https://g.co/kg/m/03nt3v1"]}],"mentions":["PHP",{"@type":"Thing","name":"PHP","sameAs":["https://en.wikipedia.org/wiki/PHP","https://www.wikidata.org/wiki/Q59","https://g.co/kg/m/060kv"]},"Open-source software",{"@type":"Thing","name":"Open-source software","sameAs":["https://en.wikipedia.org/wiki/Open-source_software","https://www.wikidata.org/wiki/Q1130645","https://g.co/kg/m/01pjyj"]},"Web template system",{"@type":"Thing","name":"Web template system","sameAs":["https://en.wikipedia.org/wiki/Web_template_system","https://www.wikidata.org/wiki/Q7978623","https://g.co/kg/m/0fpss3"]},"Access-control list",{"@type":"Thing","name":"Access-control list","sameAs":["https://en.wikipedia.org/wiki/Access-control_list","https://www.wikidata.org/wiki/Q338966","https://g.co/kg/m/0gp49"]},"Cache",{"@type":"Thing","name":"Cache","sameAs":["https://en.wikipedia.org/wiki/Cache_(computing)","https://www.wikidata.org/wiki/Q1025020","https://g.co/kg/m/01zyw"]},{"@type":"Article","@id":"https://www.richeyweb.com/blog/development/generator-tag-claim-your-joomla-sites#article","url":"https://www.richeyweb.comblog/development/generator-tag-claim-your-joomla-sites","name":"Generator Tag: Claim Your Joomla Sites","headline":"Generator Tag: Claim Your Joomla Sites","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/articles/generator-tag-claim-your-joomla-sites/generator-tag.webp","contentUrl":"https://www.richeyweb.com/images/articles/generator-tag-claim-your-joomla-sites/generator-tag.webp","width":{"@type":"QuantitativeValue","value":1274,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":716,"unitCode":"PX"},"caption":"Generator Tag: Claim Your Joomla Sites"},"author":{"@type":"Person","name":"Michael Richey","url":"https://www.richeyweb.com/contact-us","@id":"https://www.richeyweb.com/contact-us#person"}},{"@type":"Article","@id":"https://www.richeyweb.com/blog/hosting/cron-vs-joomla-lazy-scheduler-and-webcron#article","url":"https://www.richeyweb.comblog/hosting/cron-vs-joomla-lazy-scheduler-and-webcron","name":"Cron vs Joomla Lazy Scheduler and WebCron","headline":"Cron vs Joomla Lazy Scheduler and WebCron","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/articles/lazy-scheduler-and-web-cron/lazy-scheduler-and-web-cron.webp","contentUrl":"https://www.richeyweb.com/images/articles/lazy-scheduler-and-web-cron/lazy-scheduler-and-web-cron.webp","width":{"@type":"QuantitativeValue","value":888,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":499,"unitCode":"PX"},"caption":"Cron vs Joomla Lazy Scheduler and WebCron"},"author":{"@type":"Person","name":"Michael Richey","url":"https://www.richeyweb.com/contact-us","@id":"https://www.richeyweb.com/contact-us#person"}},{"@type":"Article","@id":"https://www.richeyweb.com/joomla-techniques/youtube-rss-feed-gallery#article","url":"https://www.richeyweb.comjoomla-techniques/youtube-rss-feed-gallery","name":"YouTube RSS Feed Gallery","headline":"YouTube RSS Feed Gallery","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/tutorialmemes/i-bet-hes-thinking-about-other-women.webp","contentUrl":"https://www.richeyweb.com/images/tutorialmemes/i-bet-hes-thinking-about-other-women.webp","width":{"@type":"QuantitativeValue","value":889,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":500,"unitCode":"PX"},"caption":"YouTube RSS Feed Gallery"},"author":{"@type":"Person","name":"Michael Richey","url":"https://www.richeyweb.com/contact-us","@id":"https://www.richeyweb.com/contact-us#person"}},{"@type":"Article","@id":"https://www.richeyweb.com/blog/development/bug-reports-a-developers-best-friend-not-a-burden#article","url":"https://www.richeyweb.comblog/development/bug-reports-a-developers-best-friend-not-a-burden","name":"Bug Reports: A Developer's Best Friend, Not a Burden","headline":"Bug Reports: A Developer's Best Friend, Not a Burden","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/articles/plg_content_interlinked/articles/russian-comments.webp","contentUrl":"https://www.richeyweb.com/images/articles/plg_content_interlinked/articles/russian-comments.webp","width":{"@type":"QuantitativeValue","value":1200,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":675,"unitCode":"PX"},"caption":"Bug Reports: A Developer's Best Friend, Not a Burden"},"author":{"@type":"Person","name":"Michael Richey","url":"https://www.richeyweb.com/contact-us","@id":"https://www.richeyweb.com/contact-us#person"}},{"@type":"Article","@id":"https://www.richeyweb.com/blog/hosting/ai-automation-unlocking-content-opportunities#article","url":"https://www.richeyweb.comblog/hosting/ai-automation-unlocking-content-opportunities","name":"AI Automation Unlocking Content Opportunities","headline":"AI Automation Unlocking Content Opportunities","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/articles/ai-automation/ai-automation.webp","contentUrl":"https://www.richeyweb.com/images/articles/ai-automation/ai-automation.webp","width":{"@type":"QuantitativeValue","value":720,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":405,"unitCode":"PX"},"caption":"AI Automation Unlocking Content Opportunities"},"author":{"@type":"Person","name":"Michael Richey","url":"https://www.richeyweb.com/contact-us","@id":"https://www.richeyweb.com/contact-us#person"}},{"@type":"Article","@id":"https://www.richeyweb.com/blog/personal/pre-configured-client-extension-inspired-by-sap#article","url":"https://www.richeyweb.comblog/personal/pre-configured-client-extension-inspired-by-sap","name":"Pre-Configured Client Extension Inspired by SAP","headline":"Pre-Configured Client Extension Inspired by SAP","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/articles/pcc/pre-configured-client.webp","contentUrl":"https://www.richeyweb.com/images/articles/pcc/pre-configured-client.webp","width":{"@type":"QuantitativeValue","value":880,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":500,"unitCode":"PX"},"caption":"Pre-Configured Client Extension Inspired by SAP"},"author":{"@type":"Person","name":"Michael Richey","url":"https://www.richeyweb.com/contact-us","@id":"https://www.richeyweb.com/contact-us#person"}},{"@type":"Article","@id":"https://www.richeyweb.com/joomla-techniques/how-to-add-custom-scripts-or-stylesheets-to-a-single-joomla-article-without-losing-your-mind#article","url":"https://www.richeyweb.comjoomla-techniques/how-to-add-custom-scripts-or-stylesheets-to-a-single-joomla-article-without-losing-your-mind","name":"Add Custom Scripts or Stylesheets to a Joomla Article","headline":"Add Custom Scripts or Stylesheets to a Joomla Article","image":{"@type":"ImageObject","url":"https://www.richeyweb.com/images/articles/thumbs-up-kid.webp","contentUrl":"https://www.richeyweb.com/images/articles/thumbs-up-kid.webp","width":{"@type":"QuantitativeValue","value":600,"unitCode":"PX"},"height":{"@type":"QuantitativeValue","value":337,"unitCode":"PX"},"caption":"Add Custom Scripts or Stylesheets to a Joomla Article"},"author":{"@type":"Person","name":"Michael Richey","url":"https://www.richeyweb.com/contact-us","@id":"https://www.richeyweb.com/contact-us#person"}}],"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#article","isPartOf":{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#webpage"},"publisher":{"@id":"https://www.richeyweb.com/#organization"},"keywords":"Joomla, administrator menu, custom administrator menu, workflow, Plugin Manager, Articles Manager, Categories, Media Manager, Menus Manager, Language Overrides, Module Manager, Clear Cache, Global Configuration, Template Styles, staging server, content editor, site owner, template designer, backend links, main navigation sidebar, third-party extensions, core navigation items, release management, software distribution platform, ARS Releases, ARS Items, User Manager, User Groups, Global Check-in, Scheduled Tasks, Update Extensions","articleSection":"Joomla Techniques","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu","hasPart":[{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-the-path-is-yours-to-choose_2_1"},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-what-were-building_2_2"},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-step-by-step-instructions_2_3"},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-1-open-the-menu-manager_3_4"},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-2-create-a-new-menu_3_5"},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-3-create-a-module-for-the-menu_3_6"},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-4-add-your-menu-items_3_7"},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-where-the-path-leads-use-cases-by-administrator-type_2_8"},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-the-developer_3_9"},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-the-content-editor_3_10"},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-the-software-publisher_3_11"},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-the-site-administrator_3_12"},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-the-principle-behind-the-practice_2_13"},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#faqpage"}]},{"@type":"FAQPage","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#faqpage","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu","isPartOf":{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#article"},"mainEntityOfPage":{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#webpage"},"mainEntity":[{"@type":"Question","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#question-0","name":"Does this work in Joomla 4, 5, and 6?","acceptedAnswer":{"@type":"Answer","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#answer-0","text":"Yes. The custom administrator menu system has been part of Joomla since well before version 4, and the underlying architecture — Menus → Manage → Administrator — remains consistent across all current major versions.","citation":{"@type":"CreativeWork","url":"https://docs.joomla.org/J4.x:Adding_a_Custom_Administrator_Menu","name":"J4.x:Adding a Custom Administrator Menu"}}},{"@type":"Question","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#question-1","name":"Why do I need to set \"Check Menu\" to No?","acceptedAnswer":{"@type":"Answer","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#answer-1","text":"Setting Check Menu to No stops Joomla from showing warnings about important menu links not being in your administration menu. Since a custom shortcuts menu is intentionally partial — it's a favorites list, not a replacement for the full admin menu — those warnings are irrelevant and can safely be suppressed. ","citation":{"@type":"CreativeWork","url":"https://issues.joomla.org/tracker/joomla-cms/23290","name":"[#23290] - Back end: custom admin menu: Warning: The administrator menu diler does not have - Menu Manager, Module Manager, Components Container. Select to turn on the menu recovery mode"}}},{"@type":"Question","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#question-2","name":"Will my custom menu items appear for all administrator users?","acceptedAnswer":{"@type":"Answer","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#answer-2","text":"By default, yes — but this is controllable. For the Access option on the module, you can scope visibility to a specific user group. If you want shortcuts visible only to Super Users or a specific role, set the module's Access level accordingly.","citation":{"@type":"CreativeWork","url":"https://manual.joomla.org/docs/4.4/general-concepts/acl/acl-access/","name":"How Joomla Access Works"}}},{"@type":"Question","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#question-3","name":"Can I link to third-party component views, not just Joomla core pages?","acceptedAnswer":{"@type":"Answer","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#answer-3","text":"Absolutely. Any URL reachable within the Joomla administrator is a valid menu item target — core or third-party. If a component is set up to include menu items in each of the administrator list views via default.xml files, you can add menu items directly to the custom menu. For components that don't register themselves this way, a direct URL such as index.php?option=com_ars&view=releases works equally well.","citation":{"@type":"CreativeWork","url":"J4.x:Adding a Custom Administrator Menu","name":"https://docs.joomla.org/J4.x:Adding_a_Custom_Administrator_Menu"}}},{"@type":"Question","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#question-4","name":"Can I use this to create a simplified admin experience for clients?","acceptedAnswer":{"@type":"Answer","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#answer-4","text":"Yes, and this is one of its most valuable applications. You can create links to the particular components and views that your clients need most, and hide the rest. Combined with appropriate Access Level settings, a client-facing menu can surface only what they need without exposing system-level tools.","citation":{"@type":"CreativeWork","url":"https://magazine.joomla.org/all-issues/february-2022/joomla-4-for-clients-part-2-creating-a-custom-admin-experience","name":"Joomla 4 for Clients, Part 2: Creating a Streamlined Admin Experience"}}},{"@type":"Question","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#question-5","name":"Does adding a custom menu slow down the Joomla administrator?","acceptedAnswer":{"@type":"Answer","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#answer-5","text":"No. The custom administrator menu uses the same native mod_menu module type that powers Joomla's default admin navigation. The Administrator Menu module displays the menu in the backend of Joomla — its module type name is mod_menu, and it is related to the Menu component. There is no additional overhead beyond what Joomla already loads for its own menus.","citation":{"@type":"CreativeWork","url":"https://docs.joomla.org/Help25:Extensions_Module_Manager_Admin_Menu","name":"Help25:Extensions Module Manager Admin Menu"}}},{"@type":"Question","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#question-6","name":"Can I have more than one custom menu?","acceptedAnswer":{"@type":"Answer","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#answer-6","text":"Yes. You can create as many administrator menus as you need — one per workflow, one per user group, or one per project. Each is an independent module placed at the menu position, and they stack naturally in the sidebar below the default navigation. ","citation":{"@type":"CreativeWork","url":"https://guide.joomla.org/user-manual/menus/menus-adding-a-custom-administrator-menu","name":"Custom Administrator Menu"}}}]},{"@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex","@type":"ItemList","name":"Speed Up Your Joomla Workflow with a Custom Administrator Menu","numberOfItems":13,"itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-the-path-is-yours-to-choose_2_1","name":"The Path Is Yours to Choose","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#toc-the-path-is-yours-to-choose_2_1"}},{"@type":"ListItem","position":2,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-what-were-building_2_2","name":"What We're Building","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#toc-what-were-building_2_2"}},{"@type":"ListItem","position":3,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-step-by-step-instructions_2_3","name":"Step-by-Step Instructions","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#toc-step-by-step-instructions_2_3"}},{"@type":"ListItem","position":4,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-1-open-the-menu-manager_3_4","name":"1. Open the Menu Manager","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#toc-1-open-the-menu-manager_3_4"}},{"@type":"ListItem","position":5,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-2-create-a-new-menu_3_5","name":"2. Create a New Menu","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#toc-2-create-a-new-menu_3_5"}},{"@type":"ListItem","position":6,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-3-create-a-module-for-the-menu_3_6","name":"3. Create a Module for the Menu","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#toc-3-create-a-module-for-the-menu_3_6"}},{"@type":"ListItem","position":7,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-4-add-your-menu-items_3_7","name":"4. Add Your Menu Items","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#toc-4-add-your-menu-items_3_7"}},{"@type":"ListItem","position":8,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-where-the-path-leads-use-cases-by-administrator-type_2_8","name":"Where the Path Leads: Use Cases by Administrator Type","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#toc-where-the-path-leads-use-cases-by-administrator-type_2_8"}},{"@type":"ListItem","position":9,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-the-developer_3_9","name":"The Developer","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#toc-the-developer_3_9"}},{"@type":"ListItem","position":10,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-the-content-editor_3_10","name":"The Content Editor","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#toc-the-content-editor_3_10"}},{"@type":"ListItem","position":11,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-the-software-publisher_3_11","name":"The Software Publisher","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#toc-the-software-publisher_3_11"}},{"@type":"ListItem","position":12,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-the-site-administrator_3_12","name":"The Site Administrator","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#toc-the-site-administrator_3_12"}},{"@type":"ListItem","position":13,"item":{"@type":"WPHeader","@id":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#articleindex-toc-the-principle-behind-the-practice_2_13","name":"The Principle Behind the Practice","url":"https://www.richeyweb.com/joomla-techniques/speed-up-your-joomla-workflow-with-a-custom-administrator-menu#toc-the-principle-behind-the-practice_2_13"}}]}]}
```
