Support

Account

Home Forums Front-end Issues Use 'Page Link'-field as parameter for a query Reply To: Use 'Page Link'-field as parameter for a query

  • The page link field stores a post id when a page or post is selected and the URL when an archive page is selected.

    Before you can do a query you need to know what the post_id is if you’re looking for a post, or alternately you need to know it’s an archive page. If you on a post page then you could probably just use $post->ID.