Description: Creates a list of non-hierarchical taxonomies as an alternative to the term (tag) cloud. Widget provides numerous options to tailor the output to fit your site. List function can also be called directly for use outside of the widget. Formerly known as <strong><em>Tag List Widget</em></strong>.
Author: Erick Hitter
Version: 1.3.1
Author URI: https://ethitter.com/
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
* Description: Creates a list of non-hierarchical taxonomies as an alternative to the term (tag) cloud. Widget provides numerous options to tailor the output to fit your site. List function can also be called directly for use outside of the widget. Formerly known as <strong><em>Tag List Widget</em></strong>.
* Author: Erick Hitter
* Version: 1.3.2
* Author URI: https://ethitter.com/
* Text Domain: tag-list-widget
* Domain Path: /languages/
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
/**
...
...
@@ -52,6 +54,7 @@ class taxonomy_list_widget_plugin {
<inputtype="radio"name="<?phpecho$this->get_field_name('delimiter');?>"id="<?phpecho$this->get_field_id('delimiter-custom');?>"value="custom"<?phpchecked('custom',$delimiter,true);?>><labelfor="<?phpecho$this->get_field_id('delimiter-custom');?>"><?php_e('Custom, as specified below','taxonomy_list_widget');?></label><br/>
<inputtype="radio"name="<?phpecho$this->get_field_name('delimiter');?>"id="<?phpecho$this->get_field_id('delimiter-custom');?>"value="custom"<?phpchecked('custom',$delimiter,true);?>><labelfor="<?phpecho$this->get_field_id('delimiter-custom');?>"><?php_e('Custom, as specified below','tag-list-widget');?></label><br/>
</p>
<label><strong><?php_e('Custom list style','taxonomy_list_widget');?></strong></label>
<label><strong><?php_e('Custom list style','tag-list-widget');?></strong></label>
<ul>
<?php
...
...
@@ -563,7 +579,7 @@ class taxonomy_list_widget extends WP_Widget {
<spanclass="description"><?php_e('<small>Enter <strong>0</strong> for no limit.','taxonomy_list_widget');?></small></span>
<spanclass="description"><?php_e('<small>Enter <strong>0</strong> for no limit.','tag-list-widget');?></small></span>
</p>
<p>
<labelfor="<?phpecho$this->get_field_id('max_name_length');?>"><?php_e('Trim long term names to <em>x</em> characters:</label>','taxonomy_list_widget');?><br/>
<labelfor="<?phpecho$this->get_field_id('max_name_length');?>"><?php_e('Trim long term names to <em>x</em> characters:</label>','tag-list-widget');?><br/>
<labelfor="<?phpecho$this->get_field_id('hide_empty');?>"><?php_e('Include terms that aren\'t assigned to any objects (empty terms).','taxonomy_list_widget');?></label>
<labelfor="<?phpecho$this->get_field_id('hide_empty');?>"><?php_e('Include terms that aren\'t assigned to any objects (empty terms).','tag-list-widget');?></label>
<labelfor="<?phpecho$this->get_field_id('exclude');?>"><?php_e('Exclude the term IDs listed below','taxonomy_list_widget');?></label>
<labelfor="<?phpecho$this->get_field_id('exclude');?>"><?php_e('Exclude the term IDs listed below','tag-list-widget');?></label>
</p>
<p>
<labelfor="<?phpecho$this->get_field_id('incexc_ids');?>"><?php_e('Term IDs to include/exclude based on above setting:','taxonomy_list_widget');?></label><br/>
<labelfor="<?phpecho$this->get_field_id('incexc_ids');?>"><?php_e('Term IDs to include/exclude based on above setting:','tag-list-widget');?></label><br/>
<labelfor="<?phpecho$this->get_field_id('threshold');?>"><?php_e('Show terms assigned to at least this many posts:','taxonomy_list_widget');?></label><br/>
<labelfor="<?phpecho$this->get_field_id('threshold');?>"><?php_e('Show terms assigned to at least this many posts:','tag-list-widget');?></label><br/>
<spanclass="description"><?php_e('<small>Set to <strong>0</strong> to display all terms matching the above criteria.</small>','taxonomy_list_widget');?></span>
<spanclass="description"><?php_e('<small>Set to <strong>0</strong> to display all terms matching the above criteria.</small>','tag-list-widget');?></span>
<spanclass="description"><?php_e('The above setting determines whether or not search engines visit linked pages from links in this widget\'s list.','taxonomy_list_widget');?></span>
<spanclass="description"><?php_e('The above setting determines whether or not search engines visit linked pages from links in this widget\'s list.','tag-list-widget');?></span>