Created
November 24, 2018 19:16
-
-
Save danyj/5db600e28cd8dc8f010657f4024d8889 to your computer and use it in GitHub Desktop.
Add info about WordPress featured image
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
(function($) { | |
$(document).ready(function() { | |
$('<span class="featured-img-info">Use an image 500x500px or larger</span>').appendTo('#postimagediv'); | |
}); | |
})(jQuery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment