WordPress snippets til tema udvikling
Kategori: Wordpress
Guide til at lave post loop på side templates findes på dette link:
http://callmenick.com/post/custom-wordpress-loop-with-pagination
Kategorier
Cookie Notice by dFactory
Plugin til cookie meddelelse, som er let at installere og sætte op.
Samme logik kan også bruges på andre elementer
if ( wp_is_mobile() ) { wp_nav_menu( array( 'menu' => 'mobile-menu' ) ); } else { wp_nav_menu( array( 'menu' => 'desktop-menu' ) ); }