• In the documentation, it says:

    field – field name

    value – field value(s) – if multiple, will match any: value=this,that

    start – use instead of value to check only the beginning of field value

    But I could nor manage to use the START parameter in loops.

    I’ve tried the following to no avail:

    [loop type=post] [field title start=A]
    [/loop]

    Could you please help? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I think you have to put it inside the [loop] shortcode.

    [loop type=post field=title start=A] 
    [title]
    [/loop]

    Peter

    Thread Starter mehmetba

    (@mehmetba)

    [loop type=post field=title start=A] 
    [field title]
    [/loop]

    This worked. Many thanks.

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

The topic ‘How to use “start” parameter?’ is closed to new replies.