How To Find Tag ID, Page ID, Post ID, Link ID & Category ID in WordPress

This simple tutorial shows you the easiest and the most convenient way to find the ID of your tags, pages, posts, links and Categories in WordPress without the need of a plugin. Prior to WordPress 2.5 these IDs were listed as an additional column in your administration panel. However; this is not the case anymore with the newer versions of WordPress. These IDs are not clearly displayed in your WordPress dashboard.

What about a Plugin? Yes, there are plugins that reveal these IDs as an additional column, in the WordPress dashboard. But haven´t you read my previous post about the disadvantages of unnecessarily adding plugins to your theme?

There is an easy way to find the WordPress Tag, Page, Post, Link, and Category IDs without installing a plugin. This is how it is done:

How To Find the Post´s Tag ID

Why do you need the Post´s Tag ID? One scenario is when you want to exclude (or include) Tags for your Tag Cloud. For instance in this blog, I excluded some tags based on their IDs.

  1. Login to your WordPress admin panel.
  2. In the main navigation menu, go to Posts -> Post Tags.
  3. Hover your mouse over the Tag name you need the ID for.
  4. Keep an eye on your browser´s status bar at the bottom left of the screen.
  5. Within the link you will see the Tag ID number as shown in the image below.

How To Find the Page ID

Why do you need the Page ID? One scenario is when you want to exclude a page from appearing in the navigation menu. For instance, I created the Site Map page for this blog which is not part of the menu. Another scenario is when you want to exclude a specific page from showing up in your Site Map page.

  1. Login to your WordPress admin panel.
  2. In the main navigation menu, go to Pages -> Pages.
  3. Hover your mouse over the Page name you need the ID for.
  4. Keep an eye on your browser´s status bar at the bottom left of the screen.
  5. Within the link you will see the page ID number as shown in the image below.

How To Find the Post ID

Why do you need the Post ID? Sometimes we need to know the post ID to change or add some functionality to a theme.

  1. Login to your WordPress admin panel.
  2. In the main navigation menu, go to Posts -> Posts.
  3. Hover your mouse over the Post name you need the ID for.
  4. Keep an eye on your browser´s status bar at the bottom left of the screen.
  5. Within the link you will see the Post ID number as shown in the image below.

How To Find the Link ID

WordPress allows you to store a set of external links, also known as your blogroll.

Why do you need the Link ID? I am not sure! I never had to use it before. But I added this information in case it will be needed in the future. Who knows!

  1. Login to your WordPress admin panel.
  2. In the main navigation menu, go to Links -> Links.
  3. Hover your mouse over the Link name you need the ID for.
  4. Keep an eye on your browser´s status bar at the bottom left of the screen.
  5. Within the link you will see the Link ID number as shown in the image below.

How To Find the Category ID

Why do you need the Category ID? Some WordPress themes require that you fill a form field with a category ID, or when you want to manage navigation lists with categories. Another scenario is when you want to exclude a specific category from showing up in your Site Map page.

  1. Login to your WordPress admin panel.
  2. In the main navigation menu, go to Posts -> Categories.
  3. Hover your mouse over the Category name you need the ID for.
  4. Keep an eye on your browser´s status bar at the bottom left of the screen.
  5. Within the link you will see the Category ID number as shown in the image below.

Conclusion

In this tutorial, I showed you how to find the Tag ID, the Page ID, the Post ID, the Link ID and the Category ID in WordPress without the need of a plugin.

You may also like...