Consume This

Plugin Banner

Consume This

by Gabriel Koen

Download
Description

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.
  1. Add new "Consumption"

    Add new "Consumption"

  2. Example display using TwentyTen theme and the included archive-consumption.php template

    Example display using TwentyTen theme and the included archive-consumption.php template

  3. "Consume This" bookmarklet

    "Consume This" bookmarklet

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.

1.0

  • Initial release.
Back to top