Skip to content

Instantly share code, notes, and snippets.

@adapicom
Created September 12, 2012 21:09
Show Gist options
  • Save adapicom/3709955 to your computer and use it in GitHub Desktop.
Save adapicom/3709955 to your computer and use it in GitHub Desktop.
WP IF ELSE Based on parent URL
<?php if (stripos($_SERVER['REQUEST_URI'],'/us/') !== false) { ?>
<?php } else { ?>
<address>Call Us Today <p>(800) 486-1866</p></address>
<?php } ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment