• Resolved Joseneas

    (@enoquenroll)


    Hello,

    I would love to display custom fields in a custom post created with Pods. So, how display More Fields in post?

    See the screenshots:

    When I add a new post, I fill the fields and publish the Post, more, the fields not appears! : (

    Can anyone give me a hint? Or provide a link to a page explaining how to display the More Fields for custom post created with Pods Plugin?

    I appreciate the help.

    thank you

    http://wordpress.org/extend/plugins/pods/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    Pods uses the default core WP functions for theming, to output a field’s value, you can use:

    http://codex.wordpress.org/Function_Reference/get_post_meta

    Or you can use the shortcode button to the right of the media upload button within your content editor, and insert fields there.

    For templating, Pods uses {@field_name} format, so you can add markup around them as needed. Otherwise, if you use the shortcode for single field value, then just put the field name in.

    Thread Starter Joseneas

    (@enoquenroll)

    OK,

    Thanks for the reply

    Then I can add the call of the fields in the functions.php of the theme?

    Well, I do not want to add shortcode each time you create a post, but whenever a post is published, the fields that have been filled are automatically displayed. 🙂

    Is this possible?

    Thanks Scott.

    Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    You’ll want to look around the web for that, I’m unable to assist you in custom development.

    Thread Starter Joseneas

    (@enoquenroll)

    Hello Scott,

    Sorry for the delay in answering you. 🙁

    I found another solution, without the use of Pods.

    Look, I admire your work with this plugin! Congrats.

    But I will not need to use PODS, because I found a simple way and without much effort.

    Apologies

    This topic can be closed

    Thanks.

    Plugin Author Scott Kingsley Clark

    (@sc0ttkclark)

    No problem, glad you found something that works for you. That’s all that matters in the end: Enjoying WordPress 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Fields not Appears’ is closed to new replies.