restrict_manage_posts not working in 3.3.1
There are couple of things wrong with your code… when filtering it is not term that gives the ID of the term, but business (in this case), since this is the name you’ve provided for the drop-down menu. Replace all instances of term with business Taxonomy is not set when filtering. Remove this check from … Read more