Plugin Directory

Changeset 1804886


Ignore:
Timestamp:
01/18/2018 01:44:36 AM (7 years ago)
Author:
JorgeAmVF
Message:

major corrections

Location:
folio/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • folio/trunk/folio.php

    r1804052 r1804886  
    22/*
    33* 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 [pftags] and [folio].
    5 * Version: 2.0
     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 [pfatts] and [folio].
     5* Version: 2.1
    66* Author: JorgeAmVF
    77* Author URI: https://profiles.wordpress.org/jorgeamvf/
     
    2929function autometa_portfolio_categories( $atts, $content = null ) {
    3030    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>';
    3232        return $am_pfcats;
    3333}
     
    5050            'order' => 'RAND',
    5151            'taxonomy' => array(
    52                 'project-categories',
    53                 'project_attributes'
     52                'project-type',
     53                'project-attributes'
    5454            ),
    5555        ) ) . '</span>';
  • folio/trunk/readme.txt

    r1804127 r1804886  
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 It reproduces portfolio categories and attributes in portfolios and it generates a cloud mixing categories and attributes of portfolios simply via: `[pfcats]` and `[pftags]` and `[folio]`.
     11It 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]`.
    1212== Description ==
    1313
Note: See TracChangeset for help on using the changeset viewer.