add to home.php
/** Place WP-Cycle */
add_action( 'genesis_before_loop', 'wp_cycle' );
wp-cycle in genesis header
install genesis simple hooks plugin (not genesis hooks)
Use the genesis_header hook box, check to unhook it, check to execute PHP and then add the following to the box:
then put in this code:
<?php if( function_exists('wp_cycle') ) wp_cycle(); ?>
linda lee says
Thank you for posting this. It was exactly what I needed to figure out where to drop the wp cycle code in the genesis hooks plugin.
Laura Hartwig says
Thanks for letting me know. Glad it helped!