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');}
]]>
Hi – I use this widget on the home page of my client’s site: https://www.organizemeva.com.
I really liked that a visitor can continue viewing posts from the home page without going to another tab/link on the site. The [Read More…] and next page at the bottom of page has disappeared since I upgraded WordPress to its latest version – 4.0.1.
Is this an incompatibility issue now with your plug-in and the current version of WordPress? Can you advise what to do?
thanks,
Pam