Skip to content

Instantly share code, notes, and snippets.

View thewebprincess's full-sized avatar

Dee Teal (she/her) thewebprincess

View GitHub Profile
@thewebprincess
thewebprincess / template-print.php
Last active October 14, 2016 08:11
Template Print Snippet
<?php
add_action('wp_head', 'your_show_template_function');
/**
* show_template function.
*
* @access public
* @return void
*/
@thewebprincess
thewebprincess / genesis_social_icon_menu.css
Created January 24, 2013 02:13
Social media Icon Menu for Genesis Theme Framework featured here : http://thewebprincess.com/social-media-icon-menu/
/* Social Icons Menu
------------------------------------------------------------ */
/*This and the next selector overrides the usual header/footer widget CSS padding etc on the links just for the social icons widget*/
#header #menu-social-menu a {
margin: 5px;
border: none;
padding: 0px;
}
#footer-widgets ul#menu-social-menu li {