Number Counts Per Activity
-
Under our hobbys page we would like to list all hobby with a number count based on what each user choose. For example, maybe 3 users are into music. So we would like to see something like:
Sports (0) Photography (1) Cooking (2) Music (3) and so on.
What do I need to do to make short code do the above printout.I already have the ability on this page to list all the members based upon a keyword for the search. This works fine.
Bonus: Any way of hyperlinking the categories to list out a person info such like the manual search.
Here is the coding for the manual search:
[pdb_list filter=’approved!=no’ fields=”first_ name, last_name, cell, email, interests” search_fields=”interests” search=”true” suppress=”true” template=”responsive”]
This works great.The page I need help with: [log in to see the link]
- The topic ‘Number Counts Per Activity’ is closed to new replies.