Tell us what you are trying to do?
I have a custom field (multi-checkboxes) representing the year for car models. On every post, we select multiple-year checkboxes to show what years the particular car was sold ex. 1998, 1999, 2000, 2001
We want to keep the data this way because you can search for particular year,
but on the like on the screen shot, we would like to display only the range ex. "1994 - 2001"
How can we set up to display like this?
Is there any documentation that you are following?
no
Thank you for providing great information.
It's good to know that I can display specific values by the shortcode.
The code you showed me display the value from a specific check box right?
If there are 2 cars. one is ranged "1993 - 2000" but 2nd car is range "1999 - 2015" How do I automate this?
I was guessing the checkboxes have orders from young number to old numbers. If I somehow set the view to show one view shortcode displays the first checked box from the items in ascending order, and the another code displays the first checked box from the items in the descending order, this might work. But I don't know how or Toolset can even do something like this.
The code you showed me display the value from a specific check box right?
==>
Yes.
If there are 2 cars. one is ranged "1993 - 2000" but 2nd car is range "1999 - 2015" How do I automate this?
==>
Sorry - I do not get it at all. Can you please tell me with test case example and allow me to check your current setup and also tell me what is your expected result and then I will be able to guide you in the right direction..
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
a). 'id' of the post to get the values from
b). 'field' slug of the target field to get the values from
c). 'separator' to join the first and the last values
So, for your field's case, it would look like this: