This plugin shows the Wordpress Category or any taxonomy in an interactive & responsive tree layout.
This plugin shows the WordPress Category or any taxonomy in an interactive and responsive tree layouts. It can be used to generate mind maps using the WordPress taxonomy.Just add the shortcode [category-d3tree] to your post and the plugin will generate the treeview from your category. It uses the D3 javascript library to generate the interactive tree from the taxonomy. A demo of the plugin can be seen here http://wp.anshisolutions.com/category-tree/
This plugin also support addiitonal Force Directed and Radial Layouts for the taxonomy hierarchies.
category-d3-tree
folder to the /wp-content/plugins/
directoryYou just need to provide the taxonomy name as parameter in the short code like this [category-d3tree taxonomy=”taxonomy_name” layout=”layout_name”]
We support 3 layoutnames “force”, “radial” and “tree”
At the moment we support only 1 shortcode on 1 page. You cannot put 2 layouts on a single page