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

https://github.com/gradints/wordpress-compare-slider


https://github.com/gradints/wordpress-compare-slider

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# wordpress-compare-slider
This feature make compare image slider

# HOW TO USE
- copy folder to child-theme asset

- open function.php in child theme n copy this code
```php
require_once('wordpress-compare-slider/logic.php');
```
- implementation => display compare slider using shortcode
```php
do_shortcode('[imgcompare imgafter="" imgbefore=""]'); or [imgcompare imgafter="" imgbefore=""]
```