Created
May 17, 2016 12:42
-
-
Save madysondesigns/56b60d618c4c1c5a9c0fdffc2e4a31ec to your computer and use it in GitHub Desktop.
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
In functions.php: | |
function load_podcast_from_slug($slug) { | |
echo "https://soundcloud.com/graphicdesignerpodcast" . $slug; | |
} | |
In single.php inside the loop: | |
load_podcast_from_slug($post->post_name); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment