<?php
/**
* The template for displaying all single posts
*/
get_header(); ?>
<div class="container">
<img src="<?php echo get_template_directory_uri() ?>/img/example.jpg" alt="example">
</div>
<?php
get_footer();
<?php
/**
* The template for displaying all single posts
*/
get_header(); ?>
<div class="container">
<img data-src="<?php echo get_template_directory_uri() ?>/img/example.jpg" alt="example">
</div>
<?php
get_footer();