该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Wp Ajax Tree

描述

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

安装

  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(); ?>

常见问题

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.