'; $result = $wpdb->get_results("select * from $wpdb->posts where post_status='publish'"); $random = array(); foreach ($result as $result) { array_push($random,$result->ID); } shuffle($random); for ($i=0;$i<$count;$i++) { echo "
Title:
"; echo "Max Items :
"; echo "Interval per transition : second(s)
"; echo ""; } function arp_register () { register_sidebar_widget("AJAX Random Post","arp_widget"); register_widget_control("AJAX Random Post","arp_control"); } add_action('plugins_loaded','arp_register'); // by Julian Widya Perdana FTE UGM Yogyakarta 2009 ?>