Problem: I have a repeatable field group (RFG) that includes a custom file field and a custom text field. I would like to display links to download a the file, but I would like to display the text from the text field in the link instead of the full file path.
Solution: Create a View of the RFG and insert a custom HTML link in the loop:
Problem: When the Church Content plugin is active, I cannot delete a repeatable field group (RFG) because the slug is modified to add "-2" at the end of the current slug. This happens automatically.
Solution: The conflict seems to occur when the Church Content plugin is active. You can temporarily deactivate the plugin while editing RFGs, permanently deactivate the plugin and recreate its functionality elsewhere, or add a custom filter-based workaround:
Problem: I would like to use shortcode attributes to pass arguments into a View's Query Filter.
Solution: You can configure taxonomy filters and custom field filters to respond to separate shortcode attributes, and add those shortcode attributes to the view shortcode.