WP Manifestindependent plugin directory
manifest / utilities / multiple-location-autobuild-menus

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

0stars
0forks

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.zip

Multi-Location Auto Menus

What was done

  • Renamed any paths/filenames containing the brand token to a neutral multiloc token.
  • Replaced brand URLs with https://example.com in text-based files.
  • Left logic and structure intact; only identifiers/strings were de-branded.
  • Added .gitignore and .editorconfig for 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_Store
  • multiloc-auto-menu/.DS_Store
  • multiloc-auto-menu/css/qam-front.css
  • multiloc-auto-menu/form.php.bu
  • multiloc-auto-menu/js/qam.js
  • multiloc-auto-menu/qam.php
  • multiloc-auto-menu/qam.php.bu

If anything else needs renaming beyond the neutral multiloc token or you need a different prefix/domain, let me know.