Описание
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.
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Wp Ajax Tree» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Wp Ajax Tree» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
0.2
- Code cleaning
- Show an loading image while load.
- Save the widget opened categories.