Last active
December 28, 2015 19:29
-
-
Save colegeissinger/7550968 to your computer and use it in GitHub Desktop.
No index for makers database
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php // Inject this code near the top of the header.php like below the title or somewhere around there ?> | |
<?php if ( get_post_type == 'maker' ) { | |
echo '<meta name="robots" content="noindex, follow">'; | |
} ?> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment