Changeset 1595990
- Timestamp:
- 02/14/2017 08:40:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
feed-widget-for-runkeeper-activities/trunk/readme.txt
r1595000 r1595990 46 46 If you only use the **[runkeeper]** shortcode without any options, a widget with default settings will be displayed. However, if you'd like to customize it, the shortcode offers all the same options that are available when adding the widget from the "Widgets" page. You can use them like this *(the values given here are the defaults)*: 47 47 48 **[runkeeper title="" numposts=5 unit=" km" showlogo=true showdate=true showtime=true showdistance=true showduration=true showspeed=false showcalories=false dateformat="n/j/Y" timeformat="g:i a"]**48 **[runkeeper title="" numposts=5 unit="miles" showlogo=true showdate=true showtime=true showdistance=true showduration=true showspeed=false showcalories=false dateformat="n/j/Y" timeformat="g:i a"]** 49 49 50 50 Notes: 51 51 52 52 * **numposts** defines how many recent activities to display. 53 * **unit** can be *" km"* or *"miles"*.53 * **unit** can be *"miles"* or *"km"*. 54 54 * **showtime=true** will only display the time, if *showdate* is true as well. 55 55 * **dateformat** and **timeformat** take a [PHP date format](http://php.net/manual/en/function.date.php).
Note: See TracChangeset
for help on using the changeset viewer.