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

Kazoo Templated Content

描述

Kazoo Templated Content allows you to use HTML templates to program against the WordPress API anywhere you can use a shortcode without PHP and without editing your theme.

  • Implement a custom templated post, page, and comments loop anywhere.
  • Implement a custom templated RSS feed anywhere.
  • Include or exclude templated content based upon user status.
  • Use only the Kazoo shortcode and either inline or databased HTML templates.
  • NO PHP CODING REQUIRED.
  • NO THEME EDITING RERQUIRED.
  • Easily extend Kazoo with custom libraries (requires PHP).

屏幕截图

  • Kazoo Content Templates stored in the Wordpress Database.
  • Editing a template from the database.

安装

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. Install directly from the Admin Control Panel by selecting Plugins–Add New, search for “Kazoo”, locate “Kazoo Templated Content” and click “Install Now, Activiate and enjoy.

常见问题

What type of templates does Kazoo use?

Kazoo uses HTML templates typed in through either the Post/Page Content Editor or through its special Admin Panel.

Where are the templates stored?

Templates can be stored within the database table or they can be typed directly in between the start and end short code tags.

What do the shortcodes look like?

Either [kazoo] … [/kazoo] for an inline template or [kazoo src=”5″ /] for a templates stored in the database.

Do I have to know any PHP to use Kazoo?

No. Kazoo gives you access the WordPress API without any knowledge of PHP.

Do I need any knowledge of the WordPress API

It would be helpful.

I can’t find the Kazoo Admin Panel?

It is under Settings / Kazoo Templates.

Where can I find tutorials and get help?

From the Kazoo Templates Content website at http://www.kazooplugin.com?

Are you willing to build in additional features?

Yes, all feature requests will be considered.

评价

此插件暂无评价。

贡献者及开发者

「Kazoo Templated Content」是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

1.0.1

  • Added database storage of templates and related Admin Pages.

1.0.3

  • Fixed error to remove slashes in template content.

1.0.4

  • Fixed bug in debug output. Setting shortcode isdebug=’true’ properly generates debug template output.
  • Rewrote output buffer handling in EVAL and INCLUDE library tags.
  • Moved buffer output class to KudzuPHP include and eliminated CKazooWriter class.

1.0.5

  • Overcome SVN issues in 1.0.4

1.0.6

  • Altered Plugin Website Information

1.0.7

  • Bugfix in library imports
  • Bugfix in FEED library

1.0.8

  • Added code to FEED library to evaluate the ‘Error’ node when a feed error occurs.
  • Added additional parameter to FEED to allow the RSS feed to ignore date order on returned items.

1.0.9

  • Added optional urlencoding in parameter substitution.

1.1.0

  • Updated to latest version of KudzuPHP to include the Random tag.

1.2.0

  • Updated to latest version of KudzuPHP to include parameter substitutions.