• kaminerbwp

    (@kaminerbwp)


    Hi, Is it possible to have multiple ways to display participants? In addition to the main webpage where we show the list according to the main list display settings. I would like to separately display the 5 most recent participants. Is that possible?
    Thanks, Brian

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

    (@xnau)

    Yes, this is possible using shortcode attributes.
    for instance to show the last 5 records, you could use a shortcode like this:

    [pdb_list list_limit=5 orderby=date_recorded order=desc]

    More details on using shortcode attributes here:

    Shortcodes and Their Attributes

    Thread Starter kaminerbwp

    (@kaminerbwp)

    Thank you. Is there a setting to remove the navigation tools at the bottom of the list display?
    Is there a setting to remove “Total Records Found: 270, showing 5 per page”?
    thanks again

    Plugin Author xnau webdesign

    (@xnau)

    The pagination controls will show as along as you are listing more records than the “records per page” setting. You can set that to -1 to show all records.

    The test that tells how meany result there are is shown when the “display_count=true” attribute is present in the shortcode. To avoid showing that, take it out of the shortcode.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘List display settings’ is closed to new replies.