Skip to content

Instantly share code, notes, and snippets.

@evemilano
Created December 17, 2014 22:28
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 evemilano/61bf33eaae68f0c1fcb8 to your computer and use it in GitHub Desktop.
Save evemilano/61bf33eaae68f0c1fcb8 to your computer and use it in GitHub Desktop.
Taggare NOINDEX categorie di WordPress
<?php if (is_single() && in_category(array(###))) { echo '<meta name="robots" content="noindex, follow">'; } ?>
@evemilano
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment