विवरण
This plugin provide widget that display a list with categories and posts in your sidebar.
Widget can save the opened categories, and use cache.
इंस्टॉलेशन
- Unzip plugin archive.
- Copy
wp-ajax-tree
directory 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(); ?>
सामान्य प्रश्न
- What about foo bar?
-
You can contact with me.
समीक्षाएं
इस प्लगइन के लिए कोई समीक्षा नहीं है।
सहायक &डेवलपर्स
Translate “Wp Ajax Tree” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
बदलाव विवरण
0.2
- Code cleaning
- Show an loading image while load.
- Save the widget opened categories.