-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/lightspeedwp/lsx-starter-…
- Loading branch information
Showing
30 changed files
with
246 additions
and
3,696 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,20 @@ | ||
# 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](https://github.com/user-attachments/assets/c431ae73-83fa-40e1-83b4-590d752ac784) | ||
|
||
Do a case senstitive find and replace for the following. | ||
- lsx_starter_plugin -> yp | ||
- LSX_STARTER_PLUGIN -> YP | ||
- lsx-starter-plugin -> your-plugin | ||
- LSX Starter Plugin -> Your Plugin | ||
|
||
Replace the following in all filenames | ||
- lsx-starter-plugin -> your-plugin |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,4 @@ | |
* @package lsx-starter-plugin | ||
*/ | ||
|
||
@import 'include-media'; | ||
@import 'scss/include-media'; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.