• Resolved smcilreavy

    (@smcilreavy)


    Guys,

    Im testing your plugin as a solution to replace ACF.

    Im trying to put a shortcode for a pod on a page but im getting a pod not found message.

    I dont understand why your shortcode examples are so unclear.

    It should be easy. We have used Application frameworks before. Why is it so hard to reference and pull through a single pod into a post?

    Please let me know.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Jory Hogeveen

    (@keraweb)

    Hi @smcilreavy

    Please share the shortcode you’ve used.

    Where it’s hard or easy differs for each user. While Pods and ACF have similarities, Pods has lots of extra functionality built-in.

    When trying to display field within the current posts content:
    [pods field="field_name"]

    When trying to pull other Pods within a page:
    [pods name="pod_name" template="the template you wish to use"]

    Note that when trying to display fields within the current post the name parameter should not be used as you are using the current object, not a query.

    Cheers, Jory

Viewing 1 replies (of 1 total)
  • The topic ‘Pod Not Found Message’ is closed to new replies.