add_action('wp_footer', function () { if (is_page('home')) { // Cambia 'home' si el slug es distinto echo ' '; } });