wp-pages PICK

0

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!

asked Jan 30 at 2:46

senojeel

3

add comment
enter at least 15 characters

1 Answer

0

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.

answered Jan 30 at 5:25

chris.pilko

889

add comment
enter at least 15 characters