Adds a resources post type and simple php calls to display them.
Adds a resources post type and simple php calls to display them.
More docs at http://freedomonlineservices.net/resources/homegrown/resources-plugin/
Live example at http://www.freedomonlineservices.net/pluginshowroom/resources/
/wp-content/plugins/
directory < ?php /* Start the Loop */
get_all_resources();
Call get_tax_resources() on your taxonomy page template (taxonomy-restype.php)
eg:
First release