Changeset 1804886
- Timestamp:
- 01/18/2018 01:44:36 AM (7 years ago)
- Location:
- folio/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
folio/trunk/folio.php
r1804052 r1804886 2 2 /* 3 3 * Plugin Name: autometa's FOLIO 4 * Description: It reproduces portfolio categories and attributes in portfolios and it generates a cloud mixing categories and attributes of portfolios simply via: [pfcats] and [pf tags] and [folio].5 * Version: 2. 04 * Description: 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]. 5 * Version: 2.1 6 6 * Author: JorgeAmVF 7 7 * Author URI: https://profiles.wordpress.org/jorgeamvf/ … … 29 29 function autometa_portfolio_categories( $atts, $content = null ) { 30 30 global $post; 31 $am_pfcats = '<span id="pfcats" class="autometa">' . get_the_term_list( $post->ID, 'project- categories', $separator = ' ' ) . '</div>';31 $am_pfcats = '<span id="pfcats" class="autometa">' . get_the_term_list( $post->ID, 'project-type', $separator = ' ' ) . '</span>'; 32 32 return $am_pfcats; 33 33 } … … 50 50 'order' => 'RAND', 51 51 'taxonomy' => array( 52 'project- categories',53 'project _attributes'52 'project-type', 53 'project-attributes' 54 54 ), 55 55 ) ) . '</span>'; -
folio/trunk/readme.txt
r1804127 r1804886 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 It reproduces portfolio categories and attributes in portfolios and it generates a cloud mixing categories and attributes of portfolios simply via: `[pfcats]` and `[pf tags]` and `[folio]`.11 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]`. 12 12 == Description == 13 13
Note: See TracChangeset
for help on using the changeset viewer.