acato / woo-portal-theme
Package info
github.com/OpenWebconcept/theme-woo-portal-theme
Type:wordpress-theme
pkg:composer/acato/woo-portal-theme
Requires
- composer/installers: ~1.0
This package is auto-updated.
Last update: 2026-03-27 09:08:29 UTC
README
This theme is meant to be used with the WOO Portal Plugin. It provides a simple theme to setup a clean WOO Portal.
Requirements
OpenPub
In order to use the WOO Portal Theme (together with the WOO Portal Plugin), you will need to have a OpenPub installation with at least the following installed (and activaterd):
On this OpenPub installation you will have to enable pretty permalinks (Settings > Permalinks > Select any of the options that is not plain). And under Settings > OpenPub Portal, you will need to fill in the portal url.
WOO Portal
Now you have set up your OpenPub installation, you can set up the WOO Portal. When using this theme there are two possible setups for the WOO Portal, this can be:
- On the same installation as the OpenPub.
- On a completely new WordPress installation.
In both scenarios the WOO Portal needs to have the following installed (and activated):
With this installed you can use the WOO Portal Search block on any page of your WordPress website. With this block there are several settings that need to be set in order for the block to work correctly.
This theme provides several settings:
- Under Appearance > Customize > WOO Portal Theme, you can set the WOO Portal Colors.
- Under Theme Options there are several settings that need to be set.
Installation
Manual installation
- Upload the
woo-portal-themefolder to the/wp-content/themes/directory. cd /wp-contents/themes/woo-portal-themenpm install && npm run build- Activate the WOO Portal Theme through the 'Appearance' menu in WordPress.
Composer installation
composer source git@github.com:OpenWebconcept/theme-woo-portal-theme.gitcomposer require acato/woo-portal-themecd /wp-contents/themes/woo-portal-themenpm install && npm run build- Activate the WOO Portal Theme through the 'Appearance' menu in WordPress.