Trouble Displaying in PHP File
-
Hi and thanks for this awesome plugin! I’m having trouble displaying data in a PHP template file. Here’s my situation.
I’m using a page to display a custom WP query loop for a custom post type. I’ve created my airtable connection and airpress virtual field. My virtual field matches on my custom post type against the post title vs the post title field in airtable.
In my PHP file I have the following:
<?php
$e = $post->AirpressCollection[0];
echo $e[“Name”];
?>And nothing is displaying. Single isn’t checked on the virtual field, so I’m at a loss. Any help would be much appreciated and thanks again for making this great plugin!
- The topic ‘Trouble Displaying in PHP File’ is closed to new replies.