How Do I change Markup of a link in WordPress
First, Create a js folder, at the same level as style.css and inside it Create a main.js file. For the tooltip, use jQuery UI Tooltips included in WordPress. You have to call it inside your functions.php file like this : /** * Enqueue jQuery UI Tooltips. */ function my_scripts() { wp_enqueue_script( ‘jquery-ui-tooltip’ ); wp_enqueue_script( ‘main’, … Read more