Answer the question
In order to leave comments, you need to log in
Image paths in wordpress theme?
In general, I can not understand how best to prescribe the path to the picture in the html file. Is there a better record than:
?
I found only such a way, which I found in google and youtube from the "wordpress guru" ...
Answer the question
In order to leave comments, you need to log in
write paths to files and images in html
/assets/img/...
/assets/js/...
<?php echo get_stylesheet_directory_uri(); ?>/assets/img/...
<?php echo get_stylesheet_directory_uri(); ?>/assets/js/...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question