• how can i create a ranking-list with only 10 results?
    with my query, i see on the first page 10 results. but i don’t want a pagination.

    my sample:
    [pdb_list fields=”last_name, first_name, resultat_fs” orderby=resultat_fs order=desc,asc list_limit=10]

    And how can i List this 10 Results with a number on the front like:
    1. Huber Martin 100
    2. Huber Duglas 94
    3. Huber Nik 92
    4. Huber Ben 91
    5. Huber Sam 90
    6. Huber Tom 86
    7. Huber Ali 75
    8. Huber Aji 72
    9. Huber Tim 69
    10. Huber Oli 66
    -> and here no more results

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

    (@xnau)

    Good question…the plugin doesn’t have a built-in way to limit the number of results. Best suggestion I have is to hide the pagination control with some CSS, for example:

    .pagination.pdb-pagination {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘ranking list with only 10 results’ is closed to new replies.