• anbudharma

    (@anbudharma)


    How to print particular value using loop index?

    Here below is my code

    [apr_populate field=”FAQ” relatedTo=”Conditions FAQ”]
    [apr_loop field=”FAQ” glue=”<hr>”]
    <hr>
    [apr field=”Questions”]
    <br>
    [apr field=”Answers”]
    [/apr_loop]

    The page I need help with: [log in to see the link]

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

    (@moochie)

    Try:

    [apr_populate field=”FAQ” relatedTo=”Conditions FAQ”]
    [apr_loop field=”FAQ” glue=”<hr>”]
    <hr>
    {{Questions}}
    <br>
    {{Answers}}
    [/apr_loop]
    Thread Starter anbudharma

    (@anbudharma)

    Thank you for your response. But i wanted to loop the entire list and print the value using specific index. For example, if i want the 3rd value of the list, i do not know how to get this particular index value from this list. Please help me to know this syntax.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shortcode apr_loop_0..10 Not working’ is closed to new replies.