On your WordPress website you may want to find out the id number of a post on your website. This post has information on one way to find out the id number of a page on your website on there.
- From the WordPress admin left menu click on posts
- Hover your mouse over the title of the post that you want the id for
- You may need to click to the next page until you find the post 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 post
Now that you have that id number for that post you can use that if needed in your code on there.
Leave a Reply