I’d like that too. I was hoping to be able to change the category drop down to a checkbox list like the admin version.
It probably won’t be difficult to hack the plugin to change the “select” field to a ‘multi select’ field, but I’d prefer checkboxes as this site is for an older crowd who may not know about shift and control clicking.
And of course I generally prefer not to hack plugins – but this hack is just too tempting!
<select name="post_category" id="fep-category" class="postform">
becomes
<select multiple name="post_category" id="fep-category" class="postform">
or
<select multiple="multiple" name="post_category" id="fep-category" class="postform">
This works in a developer tool edit.