https://github.com/horttcore/widget-slider
A WordPress Widget to create a slider
https://github.com/horttcore/widget-slider
Last synced: about 1 month ago
JSON representation
A WordPress Widget to create a slider
- Host: GitHub
- URL: https://github.com/horttcore/widget-slider
- Owner: Horttcore
- License: gpl-2.0
- Created: 2014-09-18T12:22:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-19T10:20:11.000Z (over 10 years ago)
- Last Synced: 2025-03-05T09:45:38.115Z (about 2 months ago)
- Language: PHP
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Widget Slider
=============A WordPress Widget to create a slider
## Installation
* Put the plugin file in your plugin directory and activate it in your WP backend.
* Go to your widget area
* Add a the `Slider` widget to a sidebar## Screenshots
### Empty widget box
[](https://raw.github.com/Horttcore/Widget-Slider/master/screenshot-1.png)### Select post objects for your slider
[](https://raw.github.com/Horttcore/Widget-Slider/master/screenshot-2.png)### Widget box with slides
[](https://raw.github.com/Horttcore/Widget-Slider/master/screenshot-3.png)## Frequently Asked Questions
### There is no slider in the front end
For compability issues there is no slider library included.
## Hooks
### Actions
None yet, if you need some please open an issue with the request.
### Filters
* `widget-slider-recent-posts-query` - Alter recent posts query
* `widget-slider-search-query` - Alter search posts query
* `widget-slider-image-size` - Alter widget image size
* `widget-slider-slide-output` - Alter widget output within the loop
* `widget-slider-output` - Alter widget output## Update Notice
* None
## Changelog
### 1.0.0
* Initial version