Wordpress custom widget remember multiple select options
I'm writing a custom widget for our site to display some chosen posts. In the admin part, I've got a multiple select box to let the admin choose multiple posts by their name. This is working fine, but when I select a few different posts and save, nothing is getting saved. Can anyone shed any light on this? Here is my code… <?php /* Plugin Name: Hot Topics Plugin URI: http://www.weddingideasmag.com Description: Use this widget to choose an array of posts snippets to show Version: 1.0) Author: James Payne Author URI: http://www.bluntcreative.co.uk License: GPL2 */ class HotTopics extends WP