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

Consume This

描述

I made this plugin because I wanted a Delicious.com-like list of links I was looking at, music I was listening to, etc. It’s super simple: text, an optional link, and a tag.

It works by creating a custom post type (“Consumption”) and custom taxonomy (“Consumable”), and an optional bookmarklet. You enter the name of what you’re consuming, an optional link, and an optional tag (the “Consumable” taxonomy) and that’s it. You can then display this list anywhere on your site — a list of consumables in a tag cloud, a page with a list of consumptions, etc.

Github: https://github.com/mintindeed/consume-this

WordPress.org: https://wordpress.org/extend/plugins/consume-this/

Image by Henning Mühlinghaus; some rights reserved. See link for details.

屏幕截图

安装

  1. Unzip and upload the consume-this folder to your /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Optional:

  1. Copy /wp-content/plugins/consume-this/theme-files/archive-consumption.php to /wp-content/themes/<your_theme>/archive-consumption.php and customize it as you see fit.
  2. Add a link to /consumption/ to your navigation menu.

常见问题

Can I change the name of the “consumption” post type?

The plugin does not support this as an option, but if you know what you’re doing then feel free to find-and-replace.

Can I change the name of the “consumable” taxonomy?

See above.

I get “Page not found” when I go to `http://example.com/consumption/`

Please visit this page for instructions.

评价

此插件暂无评价。

贡献者及开发者

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

贡献者

帮助将「Consume This」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

1.0

  • Initial release.