Hi I have a form where I want to include a drop-down menu to post a category. I want the drop-down to be populated will all categories - so new ones that get created. However there are 4 old categories that I would like to exclude from the list. Is this possible? I have also tried to simply remove the list items using nth-child with jquery - however this won't work because the drop-down gets sorted by alphabetical order and when a new category is added that with mess with the order. Does anyone have any thoughts on how I can accomplish this?
Thanks!