Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.17 KB

File metadata and controls

38 lines (28 loc) · 1.17 KB

LSX Starter Plugin

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

Screenshot 2025-01-29 at 16 14 53

ChatGPT Prompts

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".