jQuery(document).ready(function($) { // Smooth toggle for postboxes $('.postbox').each(function() { $(this).on('click', '.hndle', function() { $(this).next('.inside').slideToggle(); }); }); // Add class for better styling $('#title').attr('placeholder', 'Enter title here...'); $('#publishing-action .spinner').html(` `); });