Post Type with_front
-
I am having an issue with custom post types where with_front is not setting correctly. Should line 656 of inc/PostTypes.php:
$with_front = array_key_exists( ‘_with_front’, $meta ) ? $meta[ ‘_with_front’ ][0] : true;
not be
$with_front = array_key_exists( ‘_ptu_with_front’, $meta ) ? $meta[ ‘_ptu_with_front’ ][0] : true;
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Post Type with_front’ is closed to new replies.