Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Wp Ajax Tree

Beskrivning

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

Installation

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

Vanliga frågor

What about foo bar?

You can contact with me.

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”Wp Ajax Tree” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

Översätt ”Wp Ajax Tree” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

0.2

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