wp-pages PICK
I am trying to figure out how to display a single field from a POD on a wp_page. Basically I have a WP page set up and I want to link it to a POD that has a field that contains a gallery. Ultimately what I am doing is trying to replace flutter fields...
So, do I have to call in an entire POD in order to display my $globalscope_nggallery field on a a WP page? Here is the page before any PODS code. The column on the right has a link to a gallery that I am trying to incorporate into PODS.
http://cmfi.org/serve/howcaniserve/campusminister/edinburgh-scotland
Thanks!
1 Answer
If you are using a pod field, you need to make a pods call to get it to display.
One option if you are working within the WP page framework and don't want to define a custom template is to use a shortcode to display your pods content. All of the calls take place behind the scenes.


