plugin settings revised

changed from setting many individual settings to one which uses an array. If anyone other than me was using the develop branch of the plugin, I apologize.
This commit is contained in:
Robin Cornett
2014-11-04 21:14:33 -05:00
parent 73a77a6a61
commit 4dc5f52e54
6 changed files with 101 additions and 51 deletions
+4
View File
@@ -36,6 +36,10 @@ More words at [my site](http://robincornett.com/plugins/display-featured-image-g
Display Featured Image for Genesis has its own settings page, under the main Appearance menu.
= Does this work with any Genesis child theme? =
Yes and no. Technically, it does, even older (XHTML) themes. However, depending on other factors such as the individual theme's styling and layout. Not recommended for themes such as Sixteen Nine Pro, or The 411 Pro due to layout, and not for Ambiance Pro or Minimum Pro without changing some theme functionality.
= How do I stop the featured image action from showing on my custom post types? =
You'll want to add a filter to your theme (functions.php file). Here's an example: