Forums

how to get the post/page ID in widget (2 posts)

  1. mercuryfenix
    Member
    Posted 5 months ago #

    What is the best way to get the page or post ID in a sidebar widget? I am trying to make sidebar widgets that do things like display a list of related file attachments for that page/post.

  2. aspepper
    Member
    Posted 4 months ago #

    Hi,

    You can use like below:

    $post_id = $GLOBALS['post']->ID;

Reply

You must log in to post.

About this Topic