Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 483 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 483 Bytes

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

    require_once('wordpress-running-text/logic.php');
  • implementation => display running text using shortcode

    do_shortcode('[running_text text="<YOUR_TEXT>" toggle="<MODAL_ID>"]'); or [running_text text="<YOUR_TEXT>" toggle="<MODAL_ID>"]