Download the PHP package voceconnect/voce-featured-posts without Composer
On this page you can find all versions of the php package voceconnect/voce-featured-posts. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download voceconnect/voce-featured-posts
More information about voceconnect/voce-featured-posts
Files in voceconnect/voce-featured-posts
Package voce-featured-posts
Short Description Easily define multiple featured-type instances for post types.
License GPLv2+
Informations about the package voce-featured-posts
Voce Featured Posts
Contributors: kevinlangleyjr, voceplatforms
Tags: featured
Requires at least: 3.2
Tested up to: 4.0
Stable tag: 2.8
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Description
Allows a developer to easily define multiple featured-type instances for post types. These featured-type instances do not necessarily need to be named Featured, but is just another way to single out specific posts of a post type under a common label. When defining a featured type, a page will be added to the submenu of the post type you registered it for. This page is used to manage the order of the featured items and remove items that no longer should be featured.
Installation
As theme or plugin dependency:
After dropping the plugin into the containing theme or plugin, add the following:
Usage
Registering a Featured Type
Parameters
- (string) - A unique string used as the featured type key
- (string) - A string used as the title of the featured type
- (string) - Post type the featured type is being registered for
- (boolean) - Adds the ability to drag/drop sort the featured items on the management page
Getting the Featured Post ID's
Using the method of the , you can retreive the featured ids of a specific featured type and either a single post type or an array of post types
Changelog
2.7
Fixing sortable by adding jquery-ui-sortable js dependency
2.6
Adding minified images
2.5
Moving nonce check to earlier in the save_post
method
2.4
VIP escaping fixes
2.3
Adding filter to default "Featured" label
2.2
Fixing image source to sort.png
2.1
Adding support for featured 'attachment'.
1.0
Initial release.