Login or register.

GD Taxonomies Tools: Documentation

System Requirements

  • PHP: 4.4.x or 5.x.x
  • mySQL: 4.0, 4.1 or 5.x
  • WordPress: 2.8 or newer

Basic Installation

  • Plugin folder in the WordPress plugins folder must be gd-taxonomies-tools.
  • Upload folder gd-taxonomies-tools to the /wp-content/plugins/ directory
  • Activate the plugin through the 'Plugins' menu in WordPress

Advanced Installation

  • If you don't change location of wp-content folder, then you don't need to make any more changes.
  • If your wp-content folder is moved out of default WordPress location, then you must edit plugins config.php file and set value with exact location of wp-load.php file for global constant GDTAXTOOLS_WPLOAD in line 11.

Version: 1.5.2 / february 15 2010

  • new: initial support for wordpress 3.0
  • fix: fixed few minor problems

Version: 1.5.1 / january 2 2010

  • new: spanish translation

Version: 1.5.0 / december 14 2009

  • new: tinymce3 editor plugin for manipulating content

Version: 1.0.0 / december 14 2009

  • edit: code cleanup and updated info files
  • fix: fixed few problems

Version: 0.7.0 / november 22 2009

  • edit: removed unneeded code
  • fix: loading of jquery styles

Version: 0.6.0 / november 20 2009

  • new: support for wordpress 2.9
  • new: chinese translation
  • new: spanish translation
  • new: more integration functions
  • edit: code reorganization and optimization
  • edit: updated gdragon shared libraries

Version: 0.5.0 / november 13 2009

  • new: functions for theme integration
  • new: terms list widget
  • new: danish translation
  • fix: sitemap expanding can't be disabled

Version: 0.4.1 / november 1 2009

  • fix: broken post deletion

Version: 0.4.0 / september 20 2009

  • new: expand xml sitemap with terms links
  • new: first public release
  • new: panel for displaying taxonomies
  • new: terms cloud widget

English

Serbian

Danish

Chinese

Spanish

gdtt_get_taxonomy (  ) 

Get the taxonomy on the taxonomy term page.

Returns:
object Taxonomy or null if not on taxonomy term page
gdtt_get_term (  ) 

Get the term on the taxonomy term page.

Returns:
object Term or null if not on taxonomy term page
gdtt_get_term_description (  ) 

Get description for the term.

Returns:
string Term description
gdtt_term_title (  ) 

Display term title.

gdtt_term_description (  ) 

Display term description.

gdtt_get_term_title ( with_tax = false  ) 

Get title for the term.

Parameters:
bool  $with_tax Inlcude taxonomy label as prefix
Returns:
string Term title
gdtt_posts_term_filter ( terms = array(),
result = "count"  
)

Filter posts using taxonomy terms.

Parameters:
array  $terms terms to search for in different taxonomies
string  what type of result to generate: count, id, post
Returns:
array results mixed
Nothing here for now.