Tell me how do I determine a post, page, category, tag, link, link category, or user id?
Answer Posted / Preeti Singh
You can determine the ID of various elements in WordPress using different methods. Posts and pages have their ID displayed in the URL when you are editing them, while categories and tags have their ID displayed on their edit screens. To find a link's ID, inspect the HTML code for its anchor tag (<a>) or use the get_post() function if you know the link's URL. Link categories do not have an individual ID in WordPress. User ID can be found by going to Users > All Users on the dashboard and looking at each user's information.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers