Skip to content

Instantly share code, notes, and snippets.

@tlayh
Created January 14, 2014 07:34
Show Gist options
  • Save tlayh/8414551 to your computer and use it in GitHub Desktop.
Save tlayh/8414551 to your computer and use it in GitHub Desktop.
Using Gists for Syntaxhighlight in Wordpress
class EmbededGithubGist extends Wordpress {
public function showGithubGist() {
return displayGist();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment