Showing posts from 2022

How to Create Custom paginatoion wordpress

function PagignationNumericPostsNav() { if( is_singular() ) return; global $wp_query; /** Stop execution if there's only 1 page */ if( $wp_query->max_num_pages <= 1 ) return; $paged = get_query_v…

ScrollMagic example

const HowToUseAnimation = new TimelineMax().add([ TweenMax.fromTo(['.howtouseBottleTop'], 2, { y: 60, x:30, rotation: 30, scale:1, opacity: 1, ease: SlowMo.easeOut, }, { rotation: -1…

Load More
That is All