php - What changes my images location to nas/wp/www/cluster? -


in trying debug issue, there wordpress image slider. uses epanel , chameleon theme. can set featured image , theme display featured image in slider on home page.

set image post featured image, save, view front page works. refresh page 30-seconds later image gone. looking @ page source when image works it's found @ [sitename]/wp-content/uploads/et_temp/image.png

when image doesn't work (30 seconds later) somehow looking image @ [sitename]/nas/wp/www/cluster-####/wp-content/uploads/et_temp/image.png

where /nas/wp/www/cluster-#### possibly have come from? confused on start looking.

try these options display images on wordpress,

src="<?php echo base_url()?>your_theme_dir/image_dir/img.ext"  or  src="<?php bloginfo('template_url'); ?>/image_dir/img.ext" 

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -