Skip to content

Instantly share code, notes, and snippets.

@vailjoy
Last active March 1, 2016 14:34
Show Gist options
  • Save vailjoy/1240c2a78df60232ab57 to your computer and use it in GitHub Desktop.
Save vailjoy/1240c2a78df60232ab57 to your computer and use it in GitHub Desktop.
Layers: layers_after_logo_inner hook example
add_action('layers_after_logo_inner', 'mytheme_social_icons');
function mytheme_social_icons() { ?>
YOUR HTML GOES HERE
<?php }
@vailjoy
Copy link
Author

vailjoy commented Feb 23, 2016

@vailjoy
Copy link
Author

vailjoy commented Mar 1, 2016

Line 4 can be anything. Another example:
<a href="your-facebook-url" class="facebookicon"><img src="icon-url" alt="Facebook" /></a>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment