=== autometa's FOLIO === Contributors: JorgeAmVF Donate link: https://quaestio.org/ Tags: shortcode, automation, metadata, taxonomy, cloud, category, attribute, portfolio Requires at least: 2.5.0 Tested up to: 4.9.2 Stable Tag: trunk License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html It reproduces portfolio categories and attributes in portfolios and it generates a cloud mixing categories and attributes of portfolios simply via: `[pfcats]` and `[pfatts]` and `[folio]`. == Description == **autometa's FOLIO** is a simple plugin that uses the following shortcodes: * `[pfcats]` = to reproduce portfolio categories; * `[pfatts]` = to reproduce portfolio attributes; * `[folio]` = to generate a portfolio taxonomies cloud. **autometa's FOLIO** is a standalone component of **[autometa](https://wordpress.org/plugins/autometa/)** shortcodes pack. == Installation == 1. Install it from *Dashboard*/*Plugins*/*Add Plugins* or download it to your plugin folder; 2. Activate it from *Dashboard*/*Plugins*/*Installed Plugins*; 3. Write the following shortcodes in text fields: `[pfcats]`, `[pfatts]`, `[folio]`. == Frequently Asked Questions == = Plugin Features = **[autometa](https://wordpress.org/plugins/autometa/)** reproduces metadata information automatically via shorcodes in general, **autometa's FOLIO** reproduces potfolio taxonomy-related data in special. = How To = Just write one or more of the following shortcodes inside a text field and between brackets as usual: `[pfcats]` and/or `[pfatts]` and/or `[folio]`. = CSS Style Selectors = * `#pfcats` = `[pfcats]` ID; * `#pfatts` = `[pfatts]` ID; * `#folio` = `[folio]` ID; * `.autometa` = **autometa** class. = PHP Functions Reference = * [`add_shortcode()`](https://developer.wordpress.org/reference/functions/add_shortcode/) * [`get_the_term_list()`](https://developer.wordpress.org/reference/functions/get_the_term_list/) * [`wp_tag_cloud()`](https://developer.wordpress.org/reference/functions/wp_tag_cloud/)