Title: Settings do not work
Last modified: August 30, 2016

---

# Settings do not work

 *  [swinggraphics](https://wordpress.org/support/users/swinggraphics/)
 * (@swinggraphics)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/settings-do-not-work-3/)
 * I have unchecked all boxes in Featured Image Col settings, but the Image column
   is displayed on all post types’ lists.
 * [https://wordpress.org/plugins/featured-image-column/](https://wordpress.org/plugins/featured-image-column/)

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

 *  Plugin Author [Austin](https://wordpress.org/support/users/austyfrosty/)
 * (@austyfrosty)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/settings-do-not-work-3/#post-6656004)
 * I am aware of the bug where setting aren’t getting applied. I will try to find
   some time soon to update the plugin.
 * Please be patient. It still works outside of “allowing post type ‘foo-bar'” to
   have featured image column.
 *  [John Brand](https://wordpress.org/support/users/brandbrilliance/)
 * (@brandbrilliance)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/settings-do-not-work-3/#post-6656012)
 * The solution is to replace the function in line 194 in add_setting_post_types()
   function:
 * Replace:
    `array_merge(`
 * With:
    `array_intersect(`
 * This intersects the settings array (the ones you want) with the available post
   types and then you are left with just the overlap.
 *  Plugin Author [Austin](https://wordpress.org/support/users/austyfrosty/)
 * (@austyfrosty)
 * [10 years ago](https://wordpress.org/support/topic/settings-do-not-work-3/#post-6656013)
 * Thanks John.
 * When I find some time I will test this out.

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

The topic ‘Settings do not work’ is closed to new replies.

 * ![](https://ps.w.org/featured-image-column/assets/icon.svg?rev=3199603)
 * [Featured Image Column](https://wordpress.org/plugins/featured-image-column/)
 * [Support Threads](https://wordpress.org/support/plugin/featured-image-column/)
 * [Active Topics](https://wordpress.org/support/plugin/featured-image-column/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/featured-image-column/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/featured-image-column/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [Austin](https://wordpress.org/support/users/austyfrosty/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/settings-do-not-work-3/#post-6656013)
 * Status: not resolved