Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • 1
    Are you just trying to get that specific ID, or do you want to have some general functionality dealing with the IDs? If the first is the case, you could use get_option('page_for_posts');. Commented Aug 8, 2013 at 20:08
  • I was trying to get metabox value, so general functionality dealing with the IDs, anyways it's resolved now, thanks for your time! Commented Aug 8, 2013 at 20:20
  • Here's a similar thread: wordpress.stackexchange.com/questions/150192/… Commented Mar 5, 2019 at 8:27