
Configuring a FPW in wp-admin with the Post Type tab displayed.
The default Recent Posts widget is exceptionally basic. I always find myself in need of a way to easily display a selection of posts from any combination post type or taxonomy. Hence, Flexible Posts Widget.
Flexible Posts Widget (FPW) is more than just a simple alternative to the default Recent Posts widget. With many per-instance options it is highly customizable and allows advanced users to display the resulting posts virtually any way imaginable.
Flexible posts widget currently has two public hooks:
dpe_fpw_args allows filtering the query vars before submitting the widget posts query.dpe_fpw_template_{$template_name} filters the template file path used to display the widget output.