• 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!

Viewing 1 replies (of 1 total)
  • Plugin Author Travis

    (@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"]
    '); ?>
    
Viewing 1 replies (of 1 total)
  • The topic ‘Use in PHP/HTML Theme’ is closed to new replies.