Sep
19
WordPress Widget – Custom Taxonomy
Custom posts types are great right, but by default wordpress does not list them in your sidebars or menus.
This is a simple widget i created for one theme I was developing, basically it allows you to show your custom taxonomies in your sidebar widgets.
Tags: custom taxonomy, taxonomy, widget, WordPress



447 days ago by php developer
nice one.. is there any widget available about forum?
487 days ago by Chris Jones
Not sure whether it is a general WordPress problem as I believe the offending code is in category-template.php. Line 884:
if ( !empty($show_count) )
$link .= ‘ (‘ . intval($category->count) . ‘)’;
Have no clue how to fix though
any help?
494 days ago by Chris Jones
It’s not related to the apply_filters function on line 219 is it? Unfortunately it’s a little beyond my wordpress knowledge! thanks
537 days ago by Chris Jones
Your plugin is great, just what I was after, the only thing i am having problems is the show posts count. It is including posts that are not published (e.g. at draft stage). It also shows the taxonomy even if there only draft posts in the taxonomy (even with “Show empty terms” unticked).
536 days ago by fpadmin
Thanks for the heads up, I will look into it and try to update soon.