Archives: Snippets
WSG Group GTM Head Tag
WSG GTM Body Tag
Partner Group GTM Body Tag
Partner Group GTM Head Tag
improv tonight pop up
CB-Snippet
Dynamic year for inserting copyright using only html with inline js
Copyright ©Continue reading
Dynamic copyright year using HTML
Copyright ©Continue reading
add post formats
// available formats: // aside, gallery, link, image, quote, status, video, audio, chat function theme_post_formats_setup() { add_theme_support( ‘post-formats’, array( ‘quote’, ‘image’, ‘link’, ‘gallery’, ‘status’, ‘aside’, ‘chat’ ) ); } add_action( ‘after_setup_theme’, ‘theme_post_formats_setup’ ); // If using a child theme add_action(…Continue reading