Skip to content

Instantly share code, notes, and snippets.

@jackperry
Last active December 18, 2015 05:18
Show Gist options
  • Save jackperry/5731331 to your computer and use it in GitHub Desktop.
Save jackperry/5731331 to your computer and use it in GitHub Desktop.
For Stephen.
<?php
$post_title = get_the_title();
if($post_title == 'x'){
echo $post_title."y";
} else {
echo $post_title;
}
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment