Forums
Forums / Plugin: Popular Brand Icons - Simple Icons / Use in PHP/HTML Theme
(@ashleymichelle)
4 years, 9 months ago
How can I use these in my theme design? I have some genericons embedded in a footer via WordPress theme templates, and would like to do the same with these.
Thank you!
(@tjtaylor)
Hello,
You can embed the shortcode via PHP by using do_shortcode. For example:
<?php echo do_shortcode('[simple_icon name="wordpress" color="black" size="20px"] '); ?>
The topic ‘Use in PHP/HTML Theme’ is closed to new replies.