serranoabq
Forum Replies Created
-
Forum: Plugins
In reply to: [Church Content - Sermons, Events and More] add_theme_support not honored1. I have v1.8 installed on my live site and it works as intended. On my staging site I have 2.0.1 and it shows all fields and taxonomies. The only difference between them was the Gutenberg plugin, but after deactivating it the issue persists.
2. The code is fairly simpleadd_theme_support( 'ctc-sermons', array( 'taxonomies' => array( 'ctc_sermon_series', 'ctc_sermon_speaker', ), 'fields' => array( '_ctc_sermon_video', '_ctc_sermon_audio', ), 'field_overrides' => array() ) );Forum: Plugins
In reply to: [Church Content - Sermons, Events and More] Using in custom themeThanks for the quick reply. I really like the plugin and I understand all about accessing the taxonomies, and using the cpt’s, etc. What I was referring to was that there’s no documentation on what data is available and how I can access it in my theme. For instance, what are the custom post type names?, what taxonomies and meta fields are available for each and what do they mean?
This information is needed to get rudimentary benefit from the plugin, so the more accessible it is, the better, IMO. Yes, all this information is in the source code, which I can peruse through and figure out, but it’s less than ideal and it does not replace documentation. That’s why I though it should’ve been part of the documentation, but perhaps I’m wrong.