Advertisement
SRD75

functions.php

Feb 23rd, 2016
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. add_filter('layers_preset_layouts', 'layers_business_presets', 0 );
  2.  
  3. add_action('layers_after_logo_inner', 'mytheme_social_icons');
  4. if(! function_exists('mytheme_social_icons') ) {
  5.     function mytheme_social_icons() {
  6.       echo '<div class="my-social-icons"><a href="
  7. https://www.facebook.com/meyermortgageandlendingsolutions/" class="facebookicon"></a></div>';
  8.     }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement