Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gradints/wordpress-running-text
https://github.com/gradints/wordpress-running-text
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/gradints/wordpress-running-text
- Owner: gradints
- Created: 2024-04-29T11:01:04.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-04-29T11:34:48.000Z (6 months ago)
- Last Synced: 2024-04-29T12:26:35.324Z (6 months ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=""]
```