Answers for "theme directory path wordpress"

PHP
5

get templete uri

<img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" width="" height="" alt="" />
Posted by: Guest on July-24-2020
1

get image from theme folder wordpress

<img src="/wp-content/themes/your-theme/assets/images/1.jpg" />
Posted by: Guest on August-26-2020

Code answers related to "theme directory path wordpress"

Browse Popular Code Answers by Language