Linux 软件免费装

wpDirectory

开发者 obus3000
更新时间 2009年12月20日 08:04
PHP版本: 2.5 (previously not tested) 及以上
WordPress版本: 2.9

标签

ajax categories list articles business directory link directory collection

下载

1.0

详情介绍:

wpDirectory can show a structured list of categories on a page (home or any), easily customizable via CSS and localized compatible. This plugin can also modify the admin interface for posting articles or listings in the directory, for both contributors and admins in order to gain efficiency when posting entries. Features: Special features: Future Features: Admin interface options:

安装:

  1. Copy the wpdirectory folder in WordPress plugins directory (/wp-content/plugins/).
  2. Copy the categories.css file in directory of your current THEME.
  3. Activate the plugin through admin interface.
  4. You can call the categories listing on any page throught this function:
<?php wp_directory(); ?> Add the following code in the index.php (or another file) of your THEME: <?php if (function_exists('wp_directory')) wp_directory(); ?>
  1. Add the following code in the style.css:
@import 'categories.css'; Remember to add according permissions, so you can edit this file through the Theme Editor
  1. Options are optmized, however you can customize them in in admin interface at the "Options -> wpDirectory" page.
The plugin also lets you to display the list with the links to categories RSS feeds. To do this, you must: <?php $rssfeeds=true; ?> <?php if (function_exists('wp_directory')) wp_directory(); ?> * Create a new page in the admin interface and select the created template.