Hi,
Can’t manage to set the positions the way I want in the ranking list.
This is the original code: [table_list big_table=“true” num=15 sort=“rating”]
However, according to the documentation, you should be able to sort by reviews: reviews : If you want to display specific reviews you can list them by their ID in this parameter separated by comma. When this parameter is used overrides all the other parameters.
For example: 12,20,22,21
First question, where do I find each Affiliate ID? is it the name?
Second question, How should the code look like if I want to be able to decide/change position? Something like this??=
[table_list big_table=“true” num=15 =reviews”1,15,14,13,12,11,10,2,3,4,5,9,8,7,6”]
??????