2025-10-07 16:32:45 -07:00
2025-06-17 08:01:10 -07:00
2025-10-07 16:32:45 -07:00
2025-06-17 10:01:03 -07:00
2025-07-21 08:29:12 -07:00
2025-06-25 16:04:19 -07:00
2025-04-29 13:58:05 -07:00
2025-07-21 08:28:52 -07:00
2025-10-07 16:32:09 -07:00
2025-06-27 11:13:21 -07:00
WIP
2025-05-20 14:15:03 -07:00
WIP
2025-05-20 14:15:03 -07:00
WIP
2025-05-20 14:15:03 -07:00
2025-04-29 13:58:05 -07:00
2025-06-27 11:13:21 -07:00
2025-06-25 16:04:19 -07:00
WIP
2025-05-20 14:15:03 -07:00
WIP
2025-05-20 14:15:03 -07:00
2025-06-17 08:04:37 -07:00
2025-06-25 16:04:19 -07:00
WIP
2025-05-20 14:15:03 -07:00
2025-04-29 13:58:05 -07:00
WIP
2025-05-20 14:15:03 -07:00
WIP
2025-05-20 14:15:03 -07:00
WIP
2025-05-20 14:15:03 -07:00
2025-04-29 13:58:05 -07:00
2025-04-29 13:58:05 -07:00
2025-06-17 08:01:10 -07:00
WIP
2025-05-20 14:15:03 -07:00
WIP
2025-05-20 14:15:03 -07:00
2025-04-29 13:58:05 -07:00
WIP
2025-05-20 14:15:03 -07:00
WIP
2025-05-20 14:15:03 -07:00
WIP
2025-05-20 14:15:03 -07:00

Starter Theme

This repository contains the files that composer create will download into your new rad-theme-engine theme.

📦  View on Packagist
📃  Read the Docs


Usage

Inside of your site's wp-content/themes, run the following command:

composer create-project open-function-computers-llc/wp-theme <theme-name>

Then enter your new theme's directory and get dependancies:

cd <theme-name>
npm install

And that's it! Read about what to do next on the docs.


Security notes

The /vendor directory is blocked from public access by Apache by the included .htaccess file. If you're using NGINX, you can add this to your virtual host

    location ^~ /vendor/ {
        deny all;
        return 403;
    }

License

Licensed under the MIT license, see LICENSE.

Description
No description provided
Readme MIT 2.7 MiB
Languages
SCSS 35.4%
PHP 32%
Smarty 26.8%
JavaScript 4.5%
CSS 1.3%