Multiloc Auto Menus
Plugin automatically generates menu by grabbing location from the Multiloc Vars plugin and comparing it to the parent pages that exist in the post type “pages”. Then it generates the remainder of the menu based off the parent child relationship of the pages. The pages can be removed from the menu by selecting the “remove from menu” option at the bottom of each page in edit mode. The menu is organized A-Z and can be changed by the WordPress native “order” option.
by Casey Boone · github.com/caseyrboone/multiple-location-autobuild-menus
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/caseyrboone/multiple-location-autobuild-menus/archive/refs/heads/main.zipMulti-Location Auto Menus
What was done
- Renamed any paths/filenames containing the brand token to a neutral
multiloctoken. - Replaced brand URLs with
https://example.comin text-based files. - Left logic and structure intact; only identifiers/strings were de-branded.
- Added
.gitignoreand.editorconfigfor repo hygiene.
Count Check
- Original zip files (non-directory entries): 7
- Rebuilt repo files (non-directory entries): 9
Quick preview (first 100 files)
.editorconfig.gitignore__MACOSX/multiloc-auto-menu/._.DS_Storemultiloc-auto-menu/.DS_Storemultiloc-auto-menu/css/qam-front.cssmultiloc-auto-menu/form.php.bumultiloc-auto-menu/js/qam.jsmultiloc-auto-menu/qam.phpmultiloc-auto-menu/qam.php.bu
If anything else needs renaming beyond the neutral
multiloctoken or you need a different prefix/domain, let me know.