This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

POV Sliders

Description

This plugin was created out of necessity for a project where we had to set some content to be “featured”. The client was unhappy with marking posts as “sticky” and wanted a single interface to manage all featured content.

The plugin shows the 50 most recent posts on the left hand side of the appearance screen page and the featured content on the right. You can simply drag and drop items from left to right and that order will be maintained in the ‘pov_slider_featured_posts’ option.

A search has been implemented to search further back than the 50 most recent posts.

In your theme, you can get the featured posts by using the pov_slider_get_featured_posts function.

Git Repo

If you’d like to fork this plugin, it is available on git at https://github.com/theREDspace/pov_slider

Screenshots

  • How the featured slider appears in the adminstration area

Installation

  1. Upload the pov_slider directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Reviews

There are no reviews for this plugin.

Contributors & Developers

“POV Sliders” is open source software. The following people have contributed to this plugin.

Contributors

Translate “POV Sliders” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.4

  • Updating Readme

1.0.3

  • Updating License

1.0.2

  • Updating readme.txt and minor vocabulary updates

1.0.1

  • Removed unnessary console.log

1.0

  • Initial Release