Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End [Solved] WordPress images not showing Re: [Solved] WordPress images not showing

#69144
Luminated
Member

To a WP installation, that path is null. You need to point it to the theme folder…easiest way to do this is use the PHP function that will always cause WP to start at the root of your template directory:

Code:

In your case:

Code: