Tag Archives: admin view
Create the WordPress Admin Table View

This actually took me a long time to figure out how it was done, I tried copying code (probably just done it wrong while tired) but it would never come out right. If you want a table view in one of your WordPress plugins that fits in with the same design view which goes throughout the WP Admin interface then here is the mark up to replicate it; really, too simple.
[html]
| Name | Email Address | Phone Number |
|---|---|---|
| Name | Email Address | Phone Number |
| Mr WordPress | me@wordpress.com | 0000 000 0000 |
[/html]