Hi! Could you help me to place wp-cycle slideshow (http://www.nathanrice.net/plugins/wp-cycle/) instead of image-header.jpg in Powerblog theme? I placed this code in my functions.php:
function head_cycle() { ?>
<?php wp_cycle(); ?>
<?php }
add_action('thematic_header','head_cycle');
but I ended up with image-header.jpg in my header and wp-cycle slideshow below (not even placed in my header). How can I adjust it?
many thanks & regards!