Documentation and tips for setting up Weight Tracker on your WordPress site.
More:
Weight Tracker Plugin / GitHub / YeKen.uk
The following shortcode is only available in the Pro Plus version of the plugin.
Render the the recent photo (a custom field) uploaded by the user.
Shortcode Arguments
The shortcode supports the following arguments:
Argument | Description | Options | Example |
---|---|---|---|
css-class | Specify an additional CSS class for the photo frame. | String (empty by default) | [wt-photo-recent css-class="a-css-class"] |
custom-fields-to-use | Slugs of one or more photo (custom field) to display within the shortcode. | All enabled photo fields that aren't hidden from shortcodes. | [wt-photo-recent custom-fields-to-use="front,back" ] |
custom-size | Name of (image size) to use when rendering photo. | Blank (default) or string | [wt-photo-recent custom-fields-to-use="front" custom-size="thumbnail"] |
error-message | Message to display if a relevant photo could not be found. | String. Defaults to an in-build message. | [wt-photo-recent error-message="No photo!!"] |
height | Allows you to specify the maximum height for the photo. It is best to specify the width argument as well. | Number (default: 200). | [wt-photo-recent height="400" width="400"] |
hide-date | If set to true, hide the date that is displayed. | True or false (default) | [wt-photo-recent hide-date=true] |
maximum | Maximum number of photos to render. | Numeric (defaults to 1) | [wt-photo-recent maximum=3] |
width | Allows you to specify the maximum width for the photo. It is best to specify the height argument as well. | Number (default: 200). | [wt-photo-recent height="400" width="400"] |
user-id | By default, the shortcode will display the oldest photo for the current user. You can display the oldest photo for another user by setting this argument to the relevant user ID. | Numeric | [wt-photo-recent user-id="1"] |