post_content; $count = (int)get_option('entrynode_single_list_count'); $count = $count+1; update_option('entrynode_single_list_count', $count);; $links = explode("\n", $content); $posts = array_map(function($link){ return (int)array_pop(explode('-', $link)); }, $links); ?>