Quantcast
Channel: professional website design » Filter
Viewing all articles
Browse latest Browse all 224

Modifying Admin Post Lists In WordPress

$
0
0
    Have you ever created a custom post type and then found that only the titles and dates of your posts are displayed in the admin lists? While WordPress will add taxonomies for you, that’s the most it can do. Adding relevant at-a-glance information is easy; in this article, we’ll look how to modify admin post lists with WordPress. To make sure we’re on the same page, an admin list is the table of posts shown in the admin section when you click on “Posts,” “Pages” or another custom post type. Before we delve in, it is worth noting that admin tables are created using the WP_List_Table class. Jeremy Desvaux de Marigny has written a great article on native admin tables that explains how to make these from scratch. We’ll focus in this article on how to extend existing tables. We’ll do this using an example from a theme that we recently built, named Rock Band

Viewing all articles
Browse latest Browse all 224

Trending Articles