Skip to content

Instantly share code, notes, and snippets.

@bryanmonzon
Created April 16, 2014 16:22
Show Gist options
  • Select an option

  • Save bryanmonzon/10902123 to your computer and use it in GitHub Desktop.

Select an option

Save bryanmonzon/10902123 to your computer and use it in GitHub Desktop.
Conditional for Specific campaign ID
<?php
if( get_the_ID() === 9106 ) :
//Specific Sponsor a Mile campaign
else :
//Everything else here
endif;
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment