Title: Post Type with_front
Last modified: February 3, 2020

---

# Post Type with_front

 *  Resolved [slightlydifferent](https://wordpress.org/support/users/slightlydifferent/)
 * (@slightlydifferent)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/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)

 *  Plugin Author [wpexplorer](https://wordpress.org/support/users/wpexplorer/)
 * (@wpexplorer)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/post-type-with_front/#post-12407686)
 * Yes it should!
 * Thanks for the heads up. I will push out an update right now.
 * Thank you for reporting the bug.
 * – AJ
    -  This reply was modified 6 years, 3 months ago by [wpexplorer](https://wordpress.org/support/users/wpexplorer/).
 *  Plugin Author [wpexplorer](https://wordpress.org/support/users/wpexplorer/)
 * (@wpexplorer)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/post-type-with_front/#post-12407739)
 * Ok. I pushed out the update, hopefully you see it soon. Thank you again for reporting
   the issue.
 * – AJ

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Post Type with_front’ is closed to new replies.

 * ![](https://ps.w.org/post-types-unlimited/assets/icon-256x256.png?rev=2516554)
 * [Post Types Unlimited](https://wordpress.org/plugins/post-types-unlimited/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/post-types-unlimited/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/post-types-unlimited/)
 * [Active Topics](https://wordpress.org/support/plugin/post-types-unlimited/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/post-types-unlimited/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/post-types-unlimited/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [wpexplorer](https://wordpress.org/support/users/wpexplorer/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/post-type-with_front/#post-12407739)
 * Status: resolved