Images wont show in wordpress

So,

My images are located in wp-content/themes/mytheme/images

Read More

Originally, when i converted my site from html/css the path looked like this:

<img src="images/myimage.png" alt="some text" />

That did not work and I have now tried two diffrent solutions:

<img src='<?php get_template_directory_uri(); ?>/images/myimage.png'>

and

<img src="<?php bloginfo(); ?>images/myimage.png">

Have i missed something? I am new to wordpress an php and would appreciate some help. Thanks!

Related posts

Leave a Reply

2 comments