Last active
November 3, 2017 20:39
-
-
Save Pavracer/fbf2bbbd14079daa80064bcb2695b4ae to your computer and use it in GitHub Desktop.
Change Logo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="text/javascript"> | |
jQuery(document).ready(function(){ | |
jQuery('body:not(.page-id-100) img#logo').attr('src', 'logo_link_goes_here'); | |
}); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment