• Resolved Sergio Cabral

    (@sergio-cabral)


    Hi, I’ve created a couple custom post types using WCK, all of them have unique custom fields too. I’m trying to create a list of this custom posts with their custom fields.

    Each time I create a new object with my custom form, it is added to the ‘wp_postmeta’ table, for example:

    Is there a way to access this fields using your plugin’s shortcodes?
    I tried something like this:

    <ul>[posts]
    <li>
    [title]
    [post_meta key="article-info"]
    [excerpt wordlimit=20]
    [more]
    </li>
    [/posts]</ul>

    How far am I from the right syntax?

    Thanks for your time!

    https://www.ads-software.com/plugins/wck-custom-fields-and-custom-post-types-creator/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using WCK Custom Post Type and Custom Fields’ is closed to new replies.