This post is to demonstrate the way WP-Cycle works. If everything is working correctly, you should see a nice slideshow of images from space below:
You have 2 options for getting the slideshow to show up on your page:
- Use the
<?php wp_cycle(); ?>template tag in your theme’s code - Use the
[wp_cycle]shortcode in a post or page
They both output the same thing, and currently have no user-definable parameters.
Nathan


