WordPress Plus Points

WordPress Plus Points is a handy plugin that allows WordPress users to log their meals using a points system

Author:Andrew Alba (profile at wordpress.org)
WordPress version required:2.7
WordPress version tested:4.5.13
Plugin version:1.3.6
Added to WordPress repository:08-01-2011
Last updated:10-08-2016
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://www.dingobytes.com/wordpress/wordpress...
Total downloads:1 493
Active installs:10+
plugin download
Click to start download

Please feel free to give us your feedback, application enhancements or report any issues. Start a thread on the plugin forum and we’ll get back to you shortly!

Your PointsPlus for WordPress is a tool that will allow you to log your meals and let you track how many points you use in relationship to your targeted daily Weight Watchers points.

Your PointsPlus can be added to each post via editor and you can use code snippet to make totals always display on post or page.

Arbitrary section

This plug-in currently makes the following assumptions.

  1. Posts will not log more then one day of data.
  2. Pages will not log more then one day of data.
  3. There is only one user per site.

There are two methods for displaying the totals on your post and or page.

  1. Shortcode API
  2. Embedding into theme/template

Shortcode API

  • Inserts the total on an individual bases
  • Insert the shortcode [wppp_total] where you want the total to appear.

Embedding into theme/template

  • Iserts the total on every page using the template
  • Add the following code to your template where you want the total to appear: <?php echo wp_pluspoints_total_func(); ?>
  • WARNING: This method may break your theme if and when the plug-in is deactivated and or removed.

Some notes about the plugin.

  • Serving does not have to be an integer. You can enter 1.5 for a serving value. Serving defaults to 1.
  • Protein, Carbohydrates (Carbs), Fat and Fiber are all measured in grams.