Blog

CSS3 background animation

@keyframes animatedBackground { from { background-position: 0 0; } to { background-position: 50% 0;…

Numeric pagination in WordPress

Add the following code in your theme’s functions.php file. function w3_numeric_posts_nav() { if( is_singular()…