pub_options
Drupal comes default with "Promoted to front page" and "Sticky at top of lists". The Publishing options module allows you to create your own custom options. It integrates with the Views module and has plugins for field, filter and contextual filter.
This module continues to be actively developed. Any contributions for the community is always welcome.
REQUIREMENTS
This module requires no modules outside of Drupal core.
INSTALLATION
Install the Publishing options module as you would normally install a contributed Drupal
module. Visit https://www.drupal.org/node/1897420 for further information.
CONFIGURATION AND USAGE
To administer publishing options, go to Configuration > Content authoring > Publishing options
(/admin/config/content/publishing-options). Here you can create, update, or remove publishing options. Click on the
Add publishing option button. The link will take you to the add/edit publishing options form.
To add/edit a publishing option. Type the name of the publishing option and associate the content types for this
publishing option with. Then save the publishing option.
NOTE:
You can also associate publishing options to a content type within the content type's add/edit page in the Publishing options section.
Nodes
To associate a node to a publishing option, add/edit a node (node/add or /node/%/edit). Go to the Promotion options
section and select the publishing options to associate to the node.
Views
To use publishing options with views. Create a view with view settings show option set to content.
You can then add a publishing options fields, filters and contextual filters to the view.