Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Eliot Akira

    (@miyarakira)

    Something like this should work:

    [loop type=post_type list=true]
    [link][field title custom=true][/link]
    [/loop]

    The parameter list=true will create a list from the loop. For the field, the parameter custom=true is necessary, because title is a predefined field.

    Thread Starter ketan69

    (@ketan69)

    Thats excellent thanks.

    Just one thing I have lots of custom post-types and wish to use just one template.

    type=post_type

    Is there a type that will work on all custom post-types?

    Plugin Author Eliot Akira

    (@miyarakira)

    Yes, if you don’t set a post type, it defaults to any.

    [loop orderby=date count=3]

    ..or specify multiple post types:

    [loop type=post,page,article,news]
    Thread Starter ketan69

    (@ketan69)

    Thanks Eliot

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Field Menu’ is closed to new replies.