Featured Image of ml-slider post
-
Hey!
I’m using
wp-admin/edit.php?post_type=ml-slider
to edit the metaslider galleries as posts (I’m in need of generall descriptions each slideshows). I now would like to add a featured image to each slider, as it is possible with normal posts. I activated the support in my theme with
add_theme_support( ‘post-thumbnails’ );
but it’s only possible to add a featured image in normal posts now, not in the ml-slider-“posts” (when using the obve link), although register_post_type() is called in the ml-slider code (as far as I’ve seen it).
How can I make the featured-image stuff also work for ml-slider-“posts”?
Thank’s for your help!
Best Regards
Christian
- The topic ‘Featured Image of ml-slider post’ is closed to new replies.