function feature_scripts(){ if ( is_home() || is_front_page() ) { wp_deregister_script('jquery'); wp_register_script('jquery', 'http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js', false, '1.4.2'); wp_enqueue_script('jquery'); wp_enqueue_script('jquery-tools', 'http://cdn.jquerytools.org/1.2.4/full/jquery.tools.min.js'); } } add_action('template_redirect', 'feature_scripts'); //support thumbnails add_theme_support( 'post-thumbnails' ); $ids = array(); // here we'll save the post id's that are listed in the featured area. It's a global variable function featured_posts(){ if (is_home() || is_front_page()) { global $ids; //telling php to use the global variable $my_query = new WP_Query('tag=featured&showposts=4'); echo ''; // next will be the jQuery for the jQuery tabs slideshow ?>
' .__('Pages:', 'thematic') . '&after=
') ?>