PageLines Framework – Adding Social Media Buttons to Branding Section
How to add Yelp & Pinterest buttons to PageLines Framework’s Branding section.
http://forum.pagelines.com/topic/21979-where-is-pinterest-icon-in-branding-section/
1. Add the following Action Hook to functions.php:
add_action('pagelines_branding_icons_end', 'yelp_icon'); function yelp_icon(){ ?> <a target="_blank" href="http://www.yelp.com/biz/show-room-at-metrosonic-brooklyn" class="yelplink" style="opacity: 0.5; "> <img src="/path/to/your/image.png" alt="Yelp"> </a> <?php }
2. Upload Yelp & Pinterest button graphics to child theme/images folder.