Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gradints/wordpress-running-text


https://github.com/gradints/wordpress-running-text

Last synced: about 5 hours ago
JSON representation

Awesome Lists containing this project

README

        

# wordpress-running-text
this feature make running-text and toggleable with wordpress-custom-modal

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

- open function.php in child theme n copy this code
```php
require_once('wordpress-running-text/logic.php');
```
- implementation => display running text using shortcode
```php
do_shortcode('[running_text text="" toggle=""]'); or [running_text text="" toggle=""]
```