Installation
Installing Tabule Theme takes just a few minutes. Follow the steps below to get started.
Upload via WordPress admin
This is the recommended method for most users.
- Log in to your WordPress dashboard.
- Go to Appearance → Themes.
- Click Add New Theme, then click Upload Theme.
- Click Choose File and select the
tabule-theme.zipfile you downloaded. - Click Install Now.
- After installation, click Activate.
Upload via FTP / cPanel
Use this method if the WordPress uploader times out (common on large shared hosting plans).
- Unzip
tabule-theme.zipon your computer. You should have a folder calledtabule-theme. - Connect to your server via FTP or open the cPanel File Manager.
- Upload the
tabule-themefolder to/wp-content/themes/. - In your WordPress dashboard, go to Appearance → Themes and click Activate on Tabule Theme.
In cPanel File Manager, you can upload the .zip directly and use the Extract button — no need to unzip locally first.
After activation
Once the theme is active:
- Go to Appearance → Tabule → License and enter your license key to unlock all features.
- Go to Appearance → Customize to configure fonts, colors, layout, and other visual settings.
- Go to Appearance → Menus to assign a menu to the Main Menu location.
- Go to Appearance → Tabule → Settings to configure performance options.
Installing the child theme (optional)
If you plan to make custom code changes, install the Tabule child theme first. The child theme lets you override templates and add CSS/PHP without losing changes on parent theme updates.
- Upload and activate
tabule-theme-child.zipfollowing the same steps above. - The child theme must be activated instead of the parent theme — not alongside it.
- Add your custom CSS to the child theme's
style.cssand custom PHP to itsfunctions.php.
Never edit the parent theme files directly. Updates will overwrite your changes. Always use the child theme for customizations.