In the wp-admin, you have the ability to manage a number of different types of content and ways of sorting content, including posts, categories, pages, links, media uploads, and more. WordPress uses a similar format for various screens. Let's explore them here.
WordPress admin conventions
Lists of items
Every type of content that can be managed in WordPress has a separate dedicated screen that lists all of the individual content items. Since this chapter is about creating posts, let's see an example of what a list of posts would look like:
![](https://static.packt-cdn.com/products/9781789532012/graphics/assets/5e116d7b-b639-4e67-97a2-a6463d67d836.png)
As you can see, the name of the content type is at the top (in this case, it's Posts). The list of the items also has columns with various other info:
- Each item on the list...