Do Anthologize and Custom Post Types play all friendly-like together?
I'd expect they would as that's what Anthologize is built on, but my project is unable to pull in any content from my CPT's created with the More Types plugin. I don't think it's a More Types issue as custom menus do recognize these post types.
Your thoughts, deft one?
~Kyle~
http://wordpress.org/extend/plugins/anthologize/
It won't play nice with them at the moment (I think I've hardcoded it to get only 'anth_imported_item', 'page', and 'post' items) but it wouldn't be too hard to add a UI for that in the future. That's the long term - maybe not this next version, but probably the one after that.
In the medium term, I'll put a filter on the content types displayed on the left hand column of the project organizer, so that you can change those post types with a plugin. I'll file a ticket now and have it 0.5-alpha.
In the immediate term, find this line in your version http://github.com/chnm/anthologize/blob/v0.4-alpha/includes/class-project-organizer.php#L340 and add your own custom types.
Boone
FYI, in case you want to follow along: http://anthologize.org/trac/ticket/69
sweeeetttt.
I don't have any content in it yet that needs exporting, so I can wait for a bit.
Fine work as always, Boone.
~Kyle~