LSX Starter Plugin for building LSX theme extensions.
-
First download this repo to a folder on your desktop.
-
Create a new Github Repository with the slug "your-plugin"
-
Clone your Github repo to the wp-content/plugins/your-plugin
Next copy and paste the following files into "your-plugin" directory
In the attached WordPress Starter plugin, please do the following replacements.
Do a case sensitive find and replace for the following text in all files, including hidden files.
- lsx_starter_plugin -> yp
- LSX_STARTER_PLUGIN -> YP
- lsx-starter-plugin -> your-plugin
- LSX Starter Plugin -> Your Plugin
Replace the following in all filenames, including hidden files.
- lsx-starter-plugin -> your-plugin
Combine the following prompts to remove the post type support.
Please delete the following files and folders.
/vendor/create-content-modal
/post-types/
/templates/archive-post-type.php
/templates/single-post-type.php
/classes/class-templates.php
Remove any code with the Docblock @category "post-type-support".
