-
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.
- Loading branch information
Showing
4 changed files
with
18 additions
and
7 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,9 +1,12 @@ | ||
# Good Slider | ||
|
||
WordPress plugin with a very simple slider block which is based on [Swiper](https://swiperjs.com/). | ||
As of now, the plugin does not provide any slider configuration in the editor UI but provides many **PHP filter hooks** to change its behaviour. | ||
This WordPress plugin provides a very simple slider block which is based on [Swiper v8](https://swiperjs.com/). | ||
The plugin provides a UI for the most common swiper options (navigation, pagination, slides per view). But it is | ||
specifically made to be extended via PHP. | ||
Therefore, it provides many **PHP filter hooks** to change its behaviour. | ||
|
||
The plugin is used in some custom themes and through it's PHP configuration it's perfect for a locked-in design (eg agency, clients). | ||
The plugin is used in some custom themes and through it's PHP configuration it's perfect for a locked-in design (eg | ||
agency, clients). | ||
Through the filters it's also very easy to extend in your own functions.php file. | ||
|
||
![Screenshot of adding a slider to your content](.wordpress-org/screenshot-1.png) |
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 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 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