-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
SHEPDESIGN edited this page Jun 4, 2026
·
2 revisions
HOF 1.0.0 is shipped and feature-complete. Pick whichever install path fits how you work.
- Download
hooked-on-facets.zipfrom the Releases page. - WordPress admin → Plugins → Add New → Upload Plugin
- Upload, activate, done.
composer require shepdesign/hooked-on-facetscd wp-content/plugins
git clone https://github.com/Shepdesign/hooked-on-facets.git
cd hooked-on-facets
composer install
npm install
npm run buildAfter activation, HOF will:
- Create its custom index tables
- Add a top-level HOF menu in the admin
- Run a first-time indexer (this can take a few minutes on large catalogs)
Tip
If you're on a host with low PHP timeouts and a huge catalog, the indexer is queued and chunked. You don't have to babysit it.
HOF is built to leave nothing behind. Deactivate + delete = clean exit, including index tables. (Opt-in retention coming for sites that want to keep their config across reinstalls.)
hooked on facets · Filtering, finally fun. · GitHub · hookedonfacets.com
Filtering, finally fun.
📖 docs
🧠 concepts
🎛️ facet types
- All Types
- Checkbox
- Radio
- Dropdown
- Range Slider
- Date Range
- Search
- Hierarchy
- Color Swatch
- Swipe Deck
- Spin the Wheel
- Intersection Matrix
- Ask
- Visual DNA
- Toggle
- Saved Bin
- Pagination
🔧 develop
🗺️ project