• Hello.
    I need a numeration (e.g. #1, #2, …) in front of the first_name.
    How to add a numeration automatically?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author xnau webdesign

    (@xnau)

    You would need to use a custom template for this so you can create the HTML to show that number in the correct place.

    You’ll need to figure out where to get the number: is it another field in the record? Is it generated in the template? It really depends on your intent with the numbers.

    Thread Starter edelbims

    (@edelbims)

    Is it possible to add a numeration automatically for every record?
    Like:
    #1 Lorem Ipsum
    #2 Dolor Sit Amet

    ??

    Thanks!

    Plugin Author xnau webdesign

    (@xnau)

    Each record has a numeric ID that you can use for this purpose. It is not normally displayed, but you can use in in your list display if you use the “fields” attribute to configure the fields included in the display…for example:

    [pdb_list fields="id,first_name,last_name"]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Numeration in front of’ is closed to new replies.