'NewVifeWidget', 'description' => __('Deze widget toont de nieuwste affiliateprogramma’s. Je kan zelf bepalen hoeveel programma’s je toont.','DaisyconPlugin') ); $this->WP_Widget('NewVifeWidget', __('Daisycon nieuwste','DaisyconPlugin'), $widget_ops); } function form($instance) { $instance = wp_parse_args( (array) $instance, array( 'title' => '', 'aantal' => '', 'image' => '', 'image_size' => '', 'image_float' => '', 'text' => '', 'chars' => '10' ) ); $title = $instance['title']; ?>
get_row("SELECT * FROM publisher"); $wi = explode('/media/', $publisher->feed); $wi = explode('/', $wi[1]); echo ' '; if (!empty($title)) echo $before_title . $title . $after_title;; $results = $wpdb->get_results("SELECT programs.name, programs.image, programs.url FROM programs INNER JOIN categories ON programs.category = categories.name WHERE programs.visible = '1' AND categories.visible = '1' ORDER BY date LIMIT ".$instance['aantal'].""); echo ''; } } ?>