Steps to find the post ID in Wordpress database

kumkumsharma

Administrator
Staff member
There are various methods to find Wordpress post ID, you can manually find the ID, and you can use plugin to find the Post ID. If you want to find the post ID you can also do this with Wordpress database.

You can follow below steps to find the post ID:
  • Login to cpanel.
  • Click on phpMyAdmin under Databases section.
  • You have to click on your database and find the table “wp-posts”.
  • You will find all the details about Wordpress posts; you can check the post ID in ID column.
 
Top