Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Wp Ajax Tree

Descrizione

This plugin provide widget that display a list with categories and posts in your sidebar.
Widget can save the opened categories, and use cache.

Installazione

  1. Unzip plugin archive.
  2. Copy wp-ajax-tree directory to your wordpress plugins dir /wp-content/plugins/.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Now you can use ajax-tree-widget from ‘Widget’ menu or call it from your template by using this code: <? if(function_exists('wp_ajax_tree_widget')) wp_ajax_tree_widget(); ?>

FAQ

What about foo bar?

You can contact with me.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Wp Ajax Tree” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

Changelog

0.2

  • Code cleaning
  • Show an loading image while load.
  • Save the widget opened categories.