By Stephen Walker

Share

Remove the image title when you hover over an image.

<script>jQuery(document).ready(function($) {
$(‘img[title]’).each(function() { $(this).removeAttr(‘title’); });
});</script>

Originally published on May 1, 2023

Show date posted and updated together
Show WP custom fields when ACF is installed

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

RELATED Snippets