Moin, moin liebe Wpler,
ich möchte per functions.php eine Seite auf noindex setzen. Klappt aber leider nicht.
Code
add_action('wp_head', 'noRobots');
function noRobots() {
if(is_single(3101)) echo "\t<meta name='robots' content='noindex, nofollow' />\r\n";
}
Link: https://bit.ly/2XlVNsY