![wordpress](https://habrastorage.org/r/w120/webt/5a/e6/87/5ae687d046207979435072.png)
WordPress
0
Вклад в тег
<?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();