WP Manifestindependent plugin directory
manifest / content / post-section-votes

Post Section Votes

Divide posts into sections and implement voting for each of them. Great for list-type posts.

by Arūnas Liuiza · github.com/ideag/post-section-votes

0stars
0forks

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/ideag/post-section-votes/archive/refs/heads/master.zip

Readme

=== Post Section Votes === Contributors: ideag, PovilasKorop Tags: voting, sections Requires at least: 3.0.1 Tested up to: 4.3.0 Stable tag: 0.2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html

Divide posts into sections and implement voting for each of them. Great for list-type posts.

Original author of this plugin was Povilas Korop.

== Description ==

If you want to create a list-type post with, say, 21 links to something, you can use this plugin to change those links into separate sections. And the most important - your visitors could vote (+1/-1) for each of those sections separately.

This way you would see, which section/link is the most popular among your readers.

Current features:

  • Dividing posts into sections with shortcode [psv-section]
  • Voting for each section, with result of voting available immediately in the post

== Installation ==

  1. Upload post-section-voting directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Use shortcode [psv-section section="123"]Section text[/psv-section] in your posts.

== Screenshots ==

  1. How to include section shortcode into your posts.
  2. How a section looks for a visitor.

== Changelog ==

= 0.2.0 =

  • new maintainer
  • code cleanup
  • some options

= 0.1 =

Initial release

== Upgrade Notice ==

No upgrade notices

Read the full README on GitHub →