add_action('wp_head', function () { if (is_singular()) { global $post; echo "\n\n"; } });