Last active
June 27, 2019 08:41
-
-
Save topherPedersen/e2a473c576f3376637515b4da03b0cfd to your computer and use it in GitHub Desktop.
How to Source Code on Your WordPress Blog with Github Gists & The GistPress Plugin
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************************************* | |
******************************************************************************* | |
******************************************************************************* | |
How to Post Source Code on Your WordPress Blog using GitHub Gists and the | |
GistPress WordPress Plugin: | |
1) Download gistpress-develop.zip | |
2) Install the GistPress Plugin on Your Blog | |
3) Copy & Paste the Link to Your GitHub Gist in Your Blog | |
******************************************************************************* | |
******************************************************************************* | |
******************************************************************************/ | |
while (true) { | |
alert("Creating programming related blog posts just got a lot easier!"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment