scroll link
płynne scrolowanie do góry strony lub elementu wyznaczonego anchorem:
//scroll function $('.scroll-link').click(function(e){ e.preventDefault(); var myLink = $(this).attr('href'); if(myLink.length > 1){ $('html,body').animate({scrollTop: $(this.hash).offset().top}, 1000); } else { $('html,body').animate({scrollTop: 0}, 1000); } });
—
Hope this helps and happy coding :)
Zobacz jeszcze
icona custom post
w function.php lub tam gdzie definiujemy custom post type w jego definicji podajemy: function myTheme_init_posttypes(){ $event_args = array( 'labels' => array( 'name' =>...