ABooooo
8/19/2014 - 7:27 AM

Add title permalink with attribute

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>';