Shortcodes
WP Strava ERROR strava_info should be an array, received: false– add to any page or post. Shows a summary of the activity plus a map if a google maps key has been added.
Also takes the following optional parameters:
som – english/metric (system of measure – override from default setting).
map_width – width (width of image in pixels).
map_height – height (height of image in pixels).
athlete_token – specify a different athlete (you can copy this value from https://www.strava.com/settings/api or the wp-strava settings page at /wp-admin/options-general.php?page=wp-strava-options).
markers – Display markers at the start/finish point (true/false, defaults to false).
WP Strava ERROR 401 Unauthorized - See full error by adding– an alias fordefine( 'WPSTRAVA_DEBUG', true );
to wp-config.php
WP Strava ERROR 401 Unauthorized - See full error by addingthat will accept the same parameters (kept for backwards compatibility).define( 'WPSTRAVA_DEBUG', true );
to wp-config.php
WP Strava ERROR 401 Unauthorized - See full error by adding– add to any page or post. Shows a summary of the activity plus a map if a google maps key has been added.define( 'WPSTRAVA_DEBUG', true );
to wp-config.php
This also takes the same optional parameters as the
WP Strava ERROR 401 Unauthorized - See full error by addingshortcode above.define( 'WPSTRAVA_DEBUG', true );
to wp-config.php
WP Strava ERROR 401 Unauthorized - See full error by adding– shows a list of recent activities the same way the “Strava Latest Activities List” does, but with a shortcode rather than a widget. Takes the following optional parameters:define( 'WPSTRAVA_DEBUG', true );
to wp-config.php
som – english/metric (system of measure – override from default setting).
quantity – number of activities to show.
athlete_token – specify a different athlete (you can copy this value from https://www.strava.com/settings/api or the wp-strava settings page at /wp-admin/options-general.php?page=wp-strava-options).
strava_club_id – Will display activity from the specified Strava club ID instead of an athlete.