Customer Dashboard
The SpaCLub WordPress Theme includes a dedicated Customer Dashboard that allows customers to manage their appointments, view booking details, and update personal information from a single place. This dashboard is displayed on the frontend using a shortcode and can be added to any page.
1. Create Customer Dashboard Page
- Log in to your WordPress Admin Dashboard.
- Go to Pages > Add New.
- Enter a page title, for example: Customer Dashboard.

2. Add Customer Dashboard Shortcode
To display the customer dashboard on the page, add the following shortcode inside the page content:
[slotty-customer-dashboard]
You can add this shortcode using:
- The WordPress Block Editor (Shortcode or Paragraph block)
- The Classic Editor
- An HTML widget
- Any page builder that supports shortcodes

3. Publish the Page
- After adding the shortcode, click Publish.
- View the page on the frontend to confirm the dashboard is displayed correctly.
4. Customer Dashboard Features
Once logged in, customers will be able to:
- View upcoming and past appointments
- Check appointment details such as date, time, staff, and service
- View booking status and payment information
- Manage their profile information
5. Login Requirement
The customer dashboard is only accessible to logged-in users. If a user is not logged in, they will be prompted to log in before accessing the dashboard.
6. Assign Dashboard Page to Menu (Optional)
For easier access, you can add the Customer Dashboard page to your site menu:
- Go to Appearance > Menus.
- Select your primary menu.
- Add the Customer Dashboard page to the menu.
- Save the menu.
This allows customers to quickly access their dashboard from the frontend navigation.
Tip: Make sure user registration and login are enabled on your website so customers can access their dashboard without issues.