img src="./wp-content/themes/images/body-bg11.png"
when i change the permalink to a category-based format, i lose my direct link to the image? why?
it becomes
"CATEGORY"/wp-content/themes/Aggregate/images/body-bg11.png"
How can i specify a direct link to a file independent of the permalinks?
<img src="<?php echo get_stylesheet_directory_uri() ?>/images/body-bg11.png" />
Did you make the permalink:
%category%
(both percent signs are required, lower case please)
or did you type "CATEGORY" ??
Using Permalinks
i just use the recommended options in WP
I give esmi's advice a go thanks :)