Opis
This plugin provide widget that display a list with categories and posts in your sidebar.
Widget can save the opened categories, and use cache.
Instalacja
- Unzip plugin archive.
- Copy
wp-ajax-treedirectory to your wordpress plugins dir/wp-content/plugins/. - Activate the plugin through the 'Plugins’ menu in WordPress.
- 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(); ?>
Najczęściej zadawane pytania
- What about foo bar?
-
You can contact with me.
Recenzje
Wtyczka nie ma jeszcze żadnej recenzji.
Kontrybutorzy i deweloperzy
„Wp Ajax Tree” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.
ZaangażowaniPrzetłumacz wtyczkę “Wp Ajax Tree” na swój język.
Interesuje cię rozwój wtyczki?
Przeglądaj kod, sprawdź repozytorium SVN lub czytaj dziennik rozwoju przez RSS.
Rejestr zmian
0.2
- Code cleaning
- Show an loading image while load.
- Save the widget opened categories.