Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created August 19, 2014 07:27
Show Gist options
  • Save ABooooo/5e25ac3b7a923fd44a6e to your computer and use it in GitHub Desktop.
Save ABooooo/5e25ac3b7a923fd44a6e to your computer and use it in GitHub Desktop.
Add title permalink with attribute
echo '<a class="permaLink" href="';
echo the_permalink();
echo'" title="';
echo the_title_attribute();
echo'">';
echo the_title();
echo '</a>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment