You can. It’s a two-step process…
Part 1 is to create a column in the pod that contains the data of what wordpress page/post the pod is linked to:
Right now, on the Pods side of things, you can create a pick field in the pod to associate the pod record with a WordPress Page, OR a WordPress Post, but not both.
Alternatively…
If you want to use the same pod and be able to associate it with a WP Page, OR a WP Post, you can use a textfield, where you enter the ID of the post or page.
Part 2 is to add Pods code to your wordpress page/post templates. For Pods, you’ll have to do a findRecords, and look for a Pod record where the ID that you entered in the Pod record is a match to the current page’s or post’s ID.