Skip to content

Instantly share code, notes, and snippets.

@WebiSamurai
WebiSamurai / jQuery Page Preload
Created June 28, 2017 18:53
jQuery Page Preload
#loader {
background: none repeat scroll 0 0 #ffffff;
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 9999;
@WebiSamurai
WebiSamurai / test.js
Created May 29, 2017 05:57
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>