Viewing 3 replies - 1 through 3 (of 3 total)
  • @carol, you can do it only with jQuery, I guess

    Thread Starter Carol

    (@carolbottacin)

    Thank you for your answer @tizz! I was able to solve the problem including the following code to my theme footer.php before the </body> tag:

    <script type=”text/javascript”>
    jQuery(‘document’).ready(function($){
    $(‘[title]’).removeAttr(‘title’);
    });
    </script>

    Plugin Contributor photocrati

    (@photocrati)

    @carol – Thanks for sharing your work-around.

    – Cais.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Alt Description’ is closed to new replies.