Please add POST TYPEs, like this
-
it is now only for “POSTS”.
please add ability to be used that for any post_type.
just add this code'post_type'=>get_post_types()
(after'ignore_sticky_posts' => true,
)and to add META_BOXES, use this code:
$types=get_post_types(); foreach ($types as $each) { add_meta_box('featured_posts_widget', 'Featured Post', 'featured_posts_widget_meta_box', $each, 'side');}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Please add POST TYPEs, like this’ is closed to new replies.