• Resolved slightlydifferent

    (@slightlydifferent)


    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

    (@wpexplorer)

    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 5 years, 1 month ago by wpexplorer.
    Plugin Author wpexplorer

    (@wpexplorer)

    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.