
Working with WordPress and Mediaelement.js
WordPress uses Mediaelement.js for its audio and video player and recently I had to dive in to the code to figure out how to interact with the player using jQuery.…
insert-headers-and-footers
domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init
action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /nas/content/live/bavotasan/wp-includes/functions.php on line 6121WordPress uses Mediaelement.js for its audio and video player and recently I had to dive in to the code to figure out how to interact with the player using jQuery.…
A while back I wrote a short tutorial entitled “A Clever and Safe Way to Display your Email Address” which explained how you could use CSS to safely display your…
HTML5 has made it a lot easier to include certain elements. Especially videos, since you no longer have to embed them with all those parameters. Here’s a short code snippet…
WordPress shortcodes are macro codes that allow you to perform certain actions within the post content. By default they only display on single post pages within the post content. The…