Skip to content

Instantly share code, notes, and snippets.

@chriscoyier
Created December 14, 2011 18:03
Show Gist options
  • Save chriscoyier/1477726 to your computer and use it in GitHub Desktop.
Save chriscoyier/1477726 to your computer and use it in GitHub Desktop.
<?php if ($_SERVER['something'] == mx) { ?>
<div class="no-translate">
<?php echo get_post_meta($post->ID, 'translate-mx', true) ?>
</div>
<?php } else { ?>
<?php the_content(); ?>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment