I’m building a WordPress Plugin and it has two tables and some data.
Right now, for displaying and changing the data, I’m using the wpdb function and manually creating the user interface (mimicking the Default one).
However, I see that other plugins have a more consistent style with their tables and the same features (like the bulk button). I’m getting suspicious about WordPress Taxonomies. I read, but so far, taxonomies seems to be related to posts in a way or the other.
My data doesn’t relate to posts, it’s completely independent. Can I still use WordPress Taxonomies? Can the taxonomy help me build a consistent interface?
Answers:
Thank you for visiting the Q&A section on Magenaut. Please note that all the answers may not help you solve the issue immediately. So please treat them as advisements. If you found the post helpful (or not), leave a comment & I’ll get back to you as soon as possible.
Method 1
check this out, I believe this might be what you’re looking for. it helped me a lot.
All methods was sourced from stackoverflow.com or stackexchange.com, is licensed under cc by-sa 2.5, cc by-sa 3.0 and cc by-sa 4.0