piotrpress / wordpress-theme-template
This Composer project is a template for creating a WordPress themes. It includes a basic structure and uses Composer Setuper to interactively walk you through the process of setting up your new theme project.
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:project
Requires
- php: >=7.4
- piotrpress/cacher: ^1.2.0
- piotrpress/elementor: ^2.0.0
- piotrpress/logger: ^2.0.0
- piotrpress/singleton: ^7.0.0
- piotrpress/templater: ^1.2.0
- piotrpress/wordpress-hooks: ^5.3.0
- piotrpress/wordpress-notice: ^1.1.0
- piotrpress/wordpress-theme: ^1.0.0
Requires (Dev)
- piotrpress/composer-classmapper: ^3.1.0
- piotrpress/composer-setuper: ^1.0.0
This package is auto-updated.
Last update: 2025-06-15 09:55:41 UTC
README
This Composer project is a template for creating a WordPress themes. It includes a basic structure and uses Composer Setuper to interactively walk you through the process of setting up your new theme project.
Usage
To create a new WordPress theme project, go to wp-content/themes
directory and run the following command:
$ composer create-project piotrpress/wordpress-theme-template --ask
This will create a new directory with the name of your theme and set up the basic structure for your new theme.
Requirements
- PHP > =
7.4
- Composer >=
2.0