FCC Cafe Menu
FCC Cafe Menu Manage the Fancy Cat Cafe menu. Organize items across menus and categories, set sizes and pricing, flag happy hour items, and display the full menu or individual sections anywhere on your site using shortcodes.
by Lou Griffith · github.com/lougriffith/fcc-cafe-menu · website
★ 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/lougriffith/fcc-cafe-menu/archive/refs/heads/main.zipDeclares an update source (https://github.com/LouGriffith/fcc-cafe-menu), so updates arrive through the plugin's own updater.
From the readme
FCC Cafe Menu
Author: Lou Griffith — lougriffith.com
Version: 1.1.0
Requires: WordPress 6.0+, PHP 8.0+
Manage the Fancy Cat Cafe menu. Organize items across menus and categories, set sizes and pricing, flag happy hour items, and display the full menu or individual sections anywhere on your site using shortcodes.
Features
- Custom post type fccmenu for managing individual menu items
- Two taxonomies: Menus (e.g. Drink Menu, Pastries Menu) and Categories (e.g. Coffee, Tea, Pastries)
- Fields per item: description, two size/price options, happy hour flag, allergen info
- Admin list view showing Menu, Category, Price, and Happy Hour columns
- Quick edit prices directly from the admin list without opening each item
- Frontend shortcodes with flexible filtering by menu and/or category
- GitHub-powered auto-updates via WordPress admin
Shortcodes
[fccmenu]
Displays menu items grouped by category.
| Attribute | Options | Default | Description |
|---|---|---|---|
| menu | comma-separated slugs | all menus | Filter to one or more menus |
| category | comma-separated slugs | all categories | Filter to one or more categories |
| showhappyhour | only, false | false | only shows exclusivel
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.