Plugin Author
pd
(@pdclark)
Hi Micky!
Can you post the exact code you used, and where you put it?
Thanks,
Paul
Thread Starter
Micky
(@ridoko)
Paul,
I posted the code below into my functions.php file
add_filter( ‘storm_social_icons_type’, create_function( ”, ‘return “icon-sign”;’ ) );
It didn’t alter the look of the icons and the code was showing on the home page
I’m guessing I did something wrong
Plugin Author
pd
(@pdclark)
For PHP code to work, it must be placed after a <?php tag. You should notice the top of your functions.php file has that very early. Place your code immediately after. If you see ?> nearby, the code should be before it.
Thread Starter
Micky
(@ridoko)
Once again, you have saved me from a massive headache. Many thanks Paul!
Plugin Author
pd
(@pdclark)
No problem! Glad that worked for you. 🙂