wp template directory uri code example

Example: get templete uri

<img src="<?php echo get_template_directory_uri(); ?>/images/logo.png" width="" height="" alt="" />

Tags:

Php Example