I’m looking to filter a list in the dashboard of our company’s project management site. I want to filter it by users but currently it can only sort by date. The users are displayed on hover so all of the information is there in the table, I just want to add a search bar to filter names. Is this relatively easily done? I am mostly front end so my php skills are somewhat lacking. The plugin being used is Panorma projects.
Everything plugin I’ve tried so far is for filtering posts and they don’t carry over to the panorama page.
This ic the code for adding custom filters in WP custom Post types.
Just change the code to you requirements.
In first function in the select box get all the users or particular users by role.
And in the second function macth the selected records with Author ID