https://github.com/gradints/wordpress-compare-slider
https://github.com/gradints/wordpress-compare-slider
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gradints/wordpress-compare-slider
- Owner: gradints
- Created: 2024-04-29T10:29:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T10:52:28.000Z (almost 2 years ago)
- Last Synced: 2025-06-02T06:57:26.276Z (9 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=""]
```