An open API service indexing awesome lists of open source software.

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

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
[![Empty widget box](https://raw.github.com/Horttcore/Widget-Slider/master/screenshot-1.png)](https://raw.github.com/Horttcore/Widget-Slider/master/screenshot-1.png)

### Select post objects for your slider
[![Select post objects for your slider](https://raw.github.com/Horttcore/Widget-Slider/master/screenshot-2.png)](https://raw.github.com/Horttcore/Widget-Slider/master/screenshot-2.png)

### Widget box with slides
[![Widget box with slides](https://raw.github.com/Horttcore/Widget-Slider/master/screenshot-3.png)](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