• $(“#yourImage”).click(function() {
    $(this).remove();
    });

    i want to add above jQuery code to single.php
    I copied above code and paste to the single.php file.

    but it is not working.

  • The topic ‘how to add jQuery to single.php’ is closed to new replies.