Problem: I'm trying to install the Toolset Blocks plugin in wp-admin > Plugins > Add New > Upload Plugin
but I see an error message upon uploading the plugin zip archive:
"The link you followed has expired. Please try again."
Solution: Ask your hosting company to turn on file_uploads and ensure your upload_max_filesize, maximum post file size, and memory limits are sufficient for plugin needs.
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: 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.