Shortcodes are the way CycleSave displays its interfaces on your website. You place them inside WordPress pages, and they render the corresponding feature.
| Shortcode | Attributes | What it does |
|---|---|---|
[cyclesave_dashboard] |
none | Full member dashboard with groups, contributions, and profile tabs (login required) |
[cyclesave_group_list] |
none | Public grid of all open groups |
[cyclesave_checkout] |
none | Group join and payment screen (login required) |
[cyclesave_payment_success] |
none | Payment outcome after gateway redirect |
[cyclesave_join_group] |
id — group ID |
Inline join form for a specific group |
[cyclesave_payout_schedule] |
id — group ID |
Payout order table for a specific group |
[cyclesave_group_ledger] |
id — group ID |
Contribution grid showing who paid each round |
Examples
[cyclesave_join_group id="5"]
[cyclesave_payout_schedule id="5"]
[cyclesave_group_ledger id="5"]
Note: The dashboard, checkout, and payment success pages automatically redirect non-logged-in visitors to the WordPress login page. After logging in, the member is returned to the original page.