Using the following snippet, you will be able to add a logo to a template.
1 | <img src="<?php echo get_stylesheet_directory_uri()?>/images/logo.png" alt="My Logo"> |
Snippet Source/Credit: WPSnipp
Using the following snippet, you will be able to add a logo to a template.
1 | <img src="<?php echo get_stylesheet_directory_uri()?>/images/logo.png" alt="My Logo"> |
Snippet Source/Credit: WPSnipp