Creating a custom Admin panel

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.

Read More

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?

Related posts

Leave a Reply

1 comment