CCG Manager is a way to store your collectable card game trading cards in WordPress. It's based off of desktop apps like Magic Suitcase which store your card collections and allow you to search through your inventory.
Using custom post types and taxonomies, you can store information about your cards, sort them by series, and split them into collections. Collections could be based on whatever criteria you like -- some examples could be to split them by game, decks, etc.
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.
== Frequently Asked Questions ==
How do I display my collection(s) on my site?
I will be adding shortcodes to upcoming updates which will allow you to display your card lists and single cards.
How should I enter color-based costs (mana colors (MtG), energy colors (Pokemon), etc.)?
The proper syntax is to use the letter for the mana/energy/whatever card used. So a MtG card that costs 2 colorless and 2 white would be written out like this:
2WW
This is so, in a future add-on for that CCG, I can replace the letter for the cost with an icon image representing that color.
I have ideas for future enhancements/I want to contribute to the development of the plugin. How do I get in touch?
CCG Manager is on GitHub. You can post to the issue tracker there or submit pull requests. You can also
catch me on Twitter.