jessicasalmon / em-illustrator

custom Word Press theme for Emily McGovern's illustration and comic website
0 stars 0 forks source link

[resolve] show content on wp site #3

Closed jessicasalmon closed 7 years ago

jessicasalmon commented 7 years ago

current work-flow on dev branch does not show any content on page

way to solution:

aim EoD sat:have this working, correct file structure set up and css/html migrated?

jessicasalmon commented 7 years ago

solution: get_template_directory_uri()

e.g. <img class="homepage-image" src="<?= get_template_directory_uri()?>/ assets/homepage-images/1-slytherin-600x600px.png" />

more: wp codex for get_template_directory_uri()