Skip to content

Instantly share code, notes, and snippets.

@danyj
Created November 24, 2018 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danyj/5db600e28cd8dc8f010657f4024d8889 to your computer and use it in GitHub Desktop.
Save danyj/5db600e28cd8dc8f010657f4024d8889 to your computer and use it in GitHub Desktop.
Add info about WordPress featured image
(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