Viewing 1 replies (of 1 total)
  • Plugin Support pdclark

    (@pdclark)

    See:

    The first contains a constant for wp-config.php which is required if you are attempting to use shortcodes within the context of a Pods template.

    The second lists various arguments and template formats when using the pods shortcode.

    The last is one of the primary WordPress functions which causes shortcodes to be processed in any context.

    Context and format are critical. Most themes will use the_content(), which processes shortcodes in the context of the post_content field. Many page builders vary as to whether they will process shortcodes for a given module.

    Then generally, there is the question of what the shortcode should query and display relative to that query. If just writing [pods], it will do its best to respond within the context of the current query or loop. If the content within [pods]…[/pods] is truly just a URL, there is an additional question of what that is supposed to mean in the context of available fields.

Viewing 1 replies (of 1 total)

The topic ‘pod display error with shortcakes’ is closed to new replies.