tagmeo / moteo
A kick ass WordPress starter theme for Tagmeo with a modern development workflow.
Installs: 48
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:wordpress-theme
Requires
- php: >=5.6
- composer/installers: ^1.1
This package is not auto-updated.
Last update: 2024-11-05 22:21:02 UTC
README
Moteo is a modern WordPress starter theme that must be used with Tagmeo. It uses a modern development workflow using jQuery, Bootstrap, and Laravel Elixir.
Installation
The following examples assume you're using Tagmeo
Via Composer
You can install Moteo by issuing the Composer create-project
command:
composer create-project tagmeo/moteo public/themes/<your-theme-name>
Via Git
If you prefer, you can install Moteo by cloning the repository:
git clone https://github.com/tagmeo/moteo public/themes/<your-theme-name>
Theme Activation
Via WP-CLI
wp theme activate <your-theme-name>
Via WordPress Admin Panel
- Download the latest release of Moteo
- In the admin panel, go to
Appearance
and thenThemes
- Click the
Add New Theme
panel - Click the
Upload Theme
button - Upload the ZIP file that you downloaded
Theme Development
Please refer to the documentation for Tagmeo to learn how to handle assets and other relevant information.