Created
February 28, 2017 19:02
-
-
Save codenameEli/0261c231cc8844c854745884bd4d41e5 to your computer and use it in GitHub Desktop.
get_template_part inline svgs WordPress
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// file is in wp-content/themes/your-theme/assets/images/svg-logo.php | |
<?php get_template_part( 'assets/images/svg', 'logo' ); ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment