If you are using WordPress for your website you may have times that you need the id number for a page on your WordPress website. There is an easy way to find out the id number of a page on your website.
- From the WordPress admin left menu click on pages
- Hover your mouse over the title of the page that you want the id for
- Look in the lower left corner of your internet browser
- You should see a url listed
- That url will likely look like https://yourdomain/wp-admin/post.php?post=#&action=edit where the # is the id number of that page
That was easy right? Now that you have that id number you can use that if needed in your code on there.
Leave a Reply