Skip to content

Instantly share code, notes, and snippets.

@WebiSamurai
Created May 29, 2017 05:57
Show Gist options
  • Save WebiSamurai/76271704ae753c20b9f4eecb4f8221f4 to your computer and use it in GitHub Desktop.
Save WebiSamurai/76271704ae753c20b9f4eecb4f8221f4 to your computer and use it in GitHub Desktop.
test_gist
<a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>">
<?php
if ( get_the_title() ){ $title = the_title('', '', false);
echo evltruncate($title, 40, '...'); }else{ _e( 'Untitled', 'evolve' ); }
?></a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment