Documentation and tips for setting up Weight Tracker on your WordPress site.
More:
Weight Tracker Plugin / GitHub / YeKen.uk
Summary boxes appear at the top of certain tabs on the [wt] shortcode.
Using shortcode arguments on [wt], you are able to specify which summary boxes appear on each tab and in what order. To do this, simply specify the summary box slugs in a comma delimited list in the order you wish them to be displayed e.g.
[wt summary-boxes-home='latest-weight,bmi,bmr' ]
Below are the currently available summary boxes that you can use:
Display the latest value for the given custom field. Replace [slug] with the desired custom field's slug e.g.
custom-field-latest-leg
Display the previous value for the given custom field. Replace [slug] with the desired custom field's slug e.g.
custom-field-previous-leg
Display the oldest value for the given custom field. Replace [slug] with the desired custom field's slug e.g.
custom-field-oldest-leg
(this creates a new section and adds a divider)
Same box as "latest-weight" but forces the difference to be displayed as a percentage.
Same box as "latest-weight" but forces the difference to be displayed in weight.
The following shortcode is only available in the Pro Plus version of the plugin.
The following shortcode is only available in the Pro Plus version of the plugin.
Displays a count all entries (regardless of whether a weight has been entered).
Displays a count of all entries that has a weight entered).