The problem I am facing right now is, that I can't use functions provided by wordpress plugins on my "Home" page.
To be precise: I use wordpress together with the wp-e-commerce plugin, which has no real documentation. I had a template with some js-written checkout script which I need to replace with wp-e-commerce.
The frontpage showed a featured product and some jcarousel to show other products. The only thing I'd need to change are the functions, f.e. the_title() -> wpsc_the_product_title().
