Where to put images in wordpress

I’m converting a precoded website to wordpress based website.

All the URLs are currently img/file_name

Read More

In wordpress im using a basic page.php with 3 functions, get_header() get_body() get_footer() in which my pages are split into 3 parts and the middle content is made into wordpress page posts.

The middle content often contains images, how do I go about linking to them correctly?

Where should I put the img folder as what path should I call, i dont know where im referencing from with wordpress being dynamic.

At the moment img is in my theme directory and the images are missing. Are they not relative to page.php which is inside my theme also?

Related posts

Leave a Reply

3 comments