Skip to content

Instantly share code, notes, and snippets.

@andrewlimaza
Created April 5, 2017 12:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andrewlimaza/44e17963c4707758e194774464e923d9 to your computer and use it in GitHub Desktop.
Save andrewlimaza/44e17963c4707758e194774464e923d9 to your computer and use it in GitHub Desktop.
Seriously Simple Podcasting add URL to widget header example
case 'title':
$html .= '<a href="' . get_the_permalink() . '">';
$html .= '<h3 class="episode-title">' . get_the_title() . '</h3>';
$html .= '</a>' . "\n";
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment