Custom images do not work when using custom wp-contents folder
-
In my WordPress setup, I use custom wp-content folder. So, when I add custom images, the path to the new wp-content folder does not work.
Most probably it is line 60 of the widget.php file containing the following code:
$siw_icon = site_url().’/wp-content/themes’.$siw_path[1];
You probably should reference wp-content via functions.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom images do not work when using custom wp-contents folder’ is closed to new replies.