Select Posts Widget
An easy to use (and extend) widget that allows you to selectively curate posts using a simple drag and drop interface.
★ 2stars
554composer installs
1forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/voceconnect/select-posts-widget/archive/refs/heads/master.zipAlso on Packagist as voceconnect/select-posts-widget:
composer require voceconnect/select-posts-widgetFrom the readme
An easy to use (and extend) widget that allows you to selectively curate posts using a simple drag and drop interface.
The following filters are available:
spwtemplate to override the output template for the widget, see below for more information. Passes an optional second argument of the widget id.
widgettitle this is a WordPress core filter see here for more information.
spwposttypes to override the post types available for this widget. Passes an optional second argument of the widget id.
See Installing Plugins.
Simply extend the plugin using the spwtemplate filter.
Simply extend the plugin using the spwselectpostswidget filter.
0.6.0
Works with widget section in the theme customizer
Filter post types globally or per post type (by passing optional argument of widget id in spwtemplate and spwposttypes filters)
0.5.1
Changed composer type to wordpress-plugin (was library)
0.5.0
Bound javascript events on 'body' instead of '.widget' to ensure events persist after destroying/creating widget
Added templating for individual widgets
Added indicator if no posts are selected
Refactored WET code
Updated code comments
0.4.1
Added readme
0.4
Added filter
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 0.6.0 | Oct 14, 2014 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.