ok good advice 
regarding the switch from static to wp...
where you normally have a standard link - say for example a script reference in the head...
where (static) if would have been "resources/script.js" do you always with a wp theme have to put is as "<?php echo (TEMPLATEPATH . '/'); ?>resources/script.js"? it doesn't seem to like standard relative linking...
(this is all very interesting
)

regarding the switch from static to wp...
where you normally have a standard link - say for example a script reference in the head...
where (static) if would have been "resources/script.js" do you always with a wp theme have to put is as "<?php echo (TEMPLATEPATH . '/'); ?>resources/script.js"? it doesn't seem to like standard relative linking...
(this is all very interesting
