Created
August 19, 2014 07:27
-
-
Save ABooooo/5e25ac3b7a923fd44a6e to your computer and use it in GitHub Desktop.
Add title permalink with attribute
This file contains hidden or 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
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