danilynn 0 Report post Posted November 25, 2010 I would like to put my phone number at the top of my blog - sort of big so it stands out. I tried changing the code in functions.php to the following but it didn't work. // add_action('hook_name','function name'); add_action('pagelines_branding_icons_end', 'phone_number'); // function name function phone_number(){ // what the function does??“in this case adds a stumbleupon icon to the header of your theme. The class referenced in the link can be seen in the style.css // and is the image from the CSS is placed in the images folder ?> 512-468-5475 <?php } // end function Any more suggestions? I currently have social icons at the top and I guess those can stay and the phone number can be on top of them...is this possible? My website is www.sellmyaustinluxuryhome.com Thanks in advance for any assistance!! Share this post Link to post Share on other sites
danilynn 0 Report post Posted November 25, 2010 Figured it out - but thanks anyway!! Share this post Link to post Share on other sites
smitzer 0 Report post Posted November 25, 2010 Be great to have your solution! Thanks Share this post Link to post Share on other sites
tunatraffic+ 0 Report post Posted November 25, 2010 How did you figure it out?? I need to do the exact same thing. Mike Share this post Link to post Share on other sites