You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 31, 2022. It is now read-only.
Hello! Looking for some direction more than raising an issue. I've been able to successfully loop through groups and map a couple basic meta info like images and group title, but I'm wondering if you have any examples of how to pull out the more complicated meta info for a group (day, time, childcare, location, etc) and the custom taxonomies associated with groups.
Also, I'm curious if anyone has a working example of using ccb-core to pull in a list of groups on a church website, groups finder, or something like that.
Thanks!
The text was updated successfully, but these errors were encountered:
I've been meaning to write up some additional examples in the wiki. For the fields you listed (day, time, childcare, etc) those are synchronized as custom taxonomies by default. So are you seeing those like so?
As for using CCB Core to synchronize groups into an existing plugin's custom post types, yes, that's certainly possible. Here is a recently closed issue with some code samples (see my second example at the end of the thread) #12
Thank you! I think I misunderstood the docs (my fault, not yours) when I was looking for meta info instead of taxonomies. I also figured out how to output the meta info for the leader. Am I correct in understanding that the main_leader is the only one available through the api? Is there a way to pull in the assistant leaders as well?
Regarding my last question, I was actually just wondering if you knew of anyone using ccb-core in a working live environment. I'm working on my own, but would love to see anyone else who's done something with it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello! Looking for some direction more than raising an issue. I've been able to successfully loop through groups and map a couple basic meta info like images and group title, but I'm wondering if you have any examples of how to pull out the more complicated meta info for a group (day, time, childcare, location, etc) and the custom taxonomies associated with groups.
Also, I'm curious if anyone has a working example of using ccb-core to pull in a list of groups on a church website, groups finder, or something like that.
Thanks!
The text was updated successfully, but these errors were encountered: