Using this plugin with custom post types
-
Hi,
I use custom post types (event, portfolio, product) and notice your plugin only supports the default post and page.
public function post_type_support() { add_post_type_support( 'post', 'custom-header' ); add_post_type_support( 'page', 'custom-header' ); }
Are you willing to add some of commonly used custom post types in a future update?
Guido
- The topic ‘Using this plugin with custom post types’ is closed to new replies.