• Hello,

    I am using the following short code [pdb_list fields=”last_name, interests, availability, experience, rate_info”filter=”interests~Babysitting”] to try to display only those people who have check marked the “Babysitting” column. What might be wrong with my short code? It can be viewed here: https://polofields.yssdev.com/sitters/

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

    (@xnau)

    It looks like you are missing a space between the “fields” and “filter” attributes in your shortcode. Try this:

    [pdb_list fields=”last_name, interests, availability, experience, rate_info” filter=”interests~Babysitting”]

    Thread Starter kate2230

    (@kate2230)

    You rock! Thank you so much for your quick response and help! Donation headed your way. This is exactly what I’ve been looking for in a plugin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Using List Shortcode and Filter Shortcode Aren’t Displaying Results’ is closed to new replies.