[Plugin: More Types] Problem with type template
-
It seems that there is a problem with post type templates. I believe the problem is located in the template_redirect() function in more-types-object.php, i.e., line 48 should be
if ($template = $mt['_plugin'][$pt]['template']) {
instead of
if ($template = $mt[$pt]['template']) {
Is this correct?
Best,
Wouter
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: More Types] Problem with type template’ is closed to new replies.