This additional documentation is specifically WordPress theme and plugin developers. It outlines how to include featured images and featured colours in your WordPress themes, custom work or plugins.
The main documents for the plugin is available here.
Remove inline styles
If you’d prefer the plugin does not output any inline CSS you can set this option in your shortcodes. This allows you to manage the layout from your theme’s style.css
[FeaturedImagesCat taxonomy='category' noinlinestyle='true']
Developer access to featured images & featured colours
Code examples
The Pro version of our plugin has a number of function calls that will allow you access to the featured images and featured colours that have been assigned to a category or custom taxonomy.
Also in situations where you have a specific term you can access the featured image or colour that has been assigned to that term.