Hi Minesh, I tried using the taxonomy option by copying the "Careers 2.0 ByStates" view and changed it to taxonomy instead. Now I get "no items found under" each state.
hidden link
The new view is named "Careers 2.0 bystate-Lateral"
My plan for an alternative solution for the search feature I wanted originally.....
Instead of having a search option, I will have 3 separate full listings like what you helped me with. Each list will show results for one the type of position. Then I would use Tabs, to switch between the lists of types of positions...
I tested filtering the current list by adding a filter to the positions view (see attached). It's working for this list. But this means that I will have two views for each list of the 3 position types (6 views in all). Is this the best solution or is there a better way? I was hoping that I can just have one child view (positions)and three parent views (states).
Please let me know and again, Thanks very much for you help.
The two views I'm referring to are #10137 "Careers 2.0 positions" and #10164 "Careers 2.0 bystate-Lateral". I added the additional filter to #10137 "Careers 2.0 positions"
You can use the same view but you need to change the filter to filter by view's shortcode attribute:
=> hidden link
Select posts with taxonomy:
Hiring Types slug in one of those set by the View shortcode attribute wpvhiringtype
eg. [wpv-view name="view-name" wpvhiringtype="xxxx"]
Great! That works. So all I need now is 3 parent views (for the different hiring types) and the 1 child view (for positions). So from here, all I need to do is duplicate the current parent view and edit the shortcode in the loop of the two new parent views, correct?
Once you confirm that I have this right, I'll mark this as resolved. Thanks!