Pods CMS – loading a pod twice in a page

fetchRecord will load the next record and is only for use when you’re using findRecords. When you give an ID to the Pod class, it will automatically fetchRecord for that ID, so calling it again will result in an empty return. Try $pod->data instead.