function is_post_type_archive() is a function in wordpress 3.1 wp-includes/query.php, this needs to be renamed, you missed this one when you were doing prefix's for your other functions ;)
- Phil
http://wordpress.org/extend/plugins/custom-post-type-archives/
This should be fixed on the v1.5 which should be available in the next few minutes.
Please note that function 'is_post_type_archive' is renamed to 'pta_is_post_type_archive' so if you use it in your theme then you should change those function calls to call the correct function, because WordPress's built in function won't work with this plugin (it won't return expected results).
themikeman
Member
Posted 1 year ago #
Glad I saw this, and thanks a lot for fixing :)
Should be updated in the plugin Description.