Skip to content
LearnDash Support
  • Products

      LearnDash LMS Plugin

      Powering intuitive online courses with advanced management and engagement features for WordPress.

      Learn More

      LearnDash LMS Plugin + Hosting

      StellarSites Learning is a fully managed hosting solution for WordPress.

      Learn More

      Premium LMS Add-ons
      Enhance your courses with extra features. Gather insights, reward learners, protect your course content, and more!

      Explore all Add-ons

      MemberDash
      The most flexible membership plugin for WordPress. Monetize your content and build a community.

      View MemberDash

  • Pricing
  • Add-ons & Integrations

      LEARNDASH ADD-ONS

      Instructor Role

      Empower Instructor to manage courses.

      Groups Management

      Organization management, delegation and more

      ProPanel

      Advanced analytics reporting.

      Gradebook

      Track progress and create report cards.

      Notes

      Enable notetaking and two-way communication.

      Rating, Reviews, & Feedback

      Build trust and gain valuable insights.

      FEATURED INTEGRATIONS

      The Events Calendar

      Connect with the most popular events solution.

      BuddyBoss

      Powerful tools for an enhance learning experience.

      WooCommerce

      The most popular shopping cart on WordPress.

      WeGlot

      Translate your LearnDash content.

      All Integrations

      BUNDLES

      Package and save
      Save when you buy multiple plugins in a bundle.

      See all bundles.

      MORE

      Release Notes

      Get Help

  • Resources
      LearnDash Academy Videos, webinars, and resources to help you launch a successful course.
      Blog Blog
articles with the latest news and tips to help you run high-quality courses.
      Knowledge Base A support network to help you make the most of your courses.
      Release Notes Stay up-to-date with the latest updates to LearnDash.
      Get Help

      Professional Services

      LMS Site Development Get hands-on assistance launching your course website.
      Website Maintenance WordPress management made easy.
      SEO Services SEO solutions that accelerate growth.

      Other Resources

      LearnDash Accessibility At LearnDash, we believe online learning should be accessible to everyone.
      Join the Dev Club
  • Demo
  • Sign In
Get LearnDash

Knowledge Bases: Support Home | LearnDash Core | LearnDash Add-ons | LearnDash Cloud | Resources | Mobile App

LearnDash Support
  • ← Return to LearnDash
  • Support
    • Support Home
    • All Knowledge Bases
    • LearnDash Core
    • Add-ons
    • Resources
    • Cloud
  • My Account
Popular searches: api duplicate couse email gp query loop [ld_course_resume]
View Categories
  • Home
  • All Knowledge Bases
  • Courses
  • Course Dashboard

Course Dashboard

The Course Dashboard allows you to get an excellent overview of the success and status of your course all in one place.

Accessing the dashboard #

If you are viewing the course list by navigating to LearnDash LMS > Courses, clicking on a course title will redirect you to the Dashboard tab where the dashboard is displayed.

If you are already inside of a course and on the Settings tab, you should see a Dashboard tab that you can click on

Course dashboard widgets #

Total Numbers #

Lifetime Sales #

The total amount of sales across the life of the course in the currently selected currency. The following data is calculated:

  • Course Price
  • Trial Price
  • Coupons

The following data is not calculated:

  • Refunds
  • Recurring payments

Enrolled Students #

The total number of students that currently have access to the course, including those who have access through a group.

Content Numbers #

The total amount of lessons, topics and quizzes contained within the course.

Last 7 Days #

Find out how many students accessed your course in the past week, whether or not they currently have access. This number can differ from the Enrolled Students widget.

Students Allocation by Progress Status #

The different status progresses of all students currently enrolled into the course

Newly Joined #

A list of your most recent students that have or have had access to the course. This list includes students that have access to the course through group enrollment or that have been enrolled into the course but no longer have access.

Latest Transactions #

If you’re selling your course, you’ll see the most recent purchases here.

Disable Course Dashboard #

Pro Tip: If you would prefer to not use the course dashboard, you can add the following snippet of code to your themes functions.php file or use something like the Code Snippets (https://wordpress.org/plugins/code-snippets/) plugin.

add_filter(
'learndash_dashboard_is_enabled',
	function() {
		return false;
	}
);

Remove Dashboard tab from course tabs snippet #

add_filter(
    'learndash_header_tab_menu', function ($header_tabs, $menu_tab_key, $screen_post_type ) {
        foreach ($header_tabs as $key => $header_tab) {
            if ($header_tab['id'] === 'learndash_' . $screen_post_type . '_dashboard') {
                unset($header_tabs[$key]);
                $header_tabs = array_values($header_tabs);
                break;
            }
        }

        return $header_tabs;
    },
    10,
    3
);
add_filter(
    'learndash_dashboard_tab_is_default', function () {
        return false;
    }
);
Updated on November 22, 2024
Table of Contents
  • Accessing the dashboard
  • Course dashboard widgets
    • Total Numbers
      • Lifetime Sales
      • Enrolled Students
    • Content Numbers
    • Last 7 Days
    • Students Allocation by Progress Status
    • Newly Joined
    • Latest Transactions
    • Disable Course Dashboard
      • Remove Dashboard tab from course tabs snippet

Was this Doc Useful?

Thanks for your feedback!

Products

  • LearnDash LMS Plugin
  • MemberDash Plugin
  • LearnDash Cloud
  • ProPanel
  • Groups Management
  • Gradebook
  • Notes
  • Integrations

Support

  • Contact Us
  • Experts
  • Documentation
  • Facebook Community

Company

  • About LearnDash
  • Brand Assets
  • Careers
  • Affiliates
  • Privacy Policy
  • Terms and Conditions
  • Refund Policy

Our Partners

  • The Events Calendar
  • MemberDash
  • Kadence
  • GiveWP
  • Iconic
  • SolidWP

Stay Connected Subscribe to our newsletter
  • YouTube
  • X
  • Facebook
  • Instagram

Copyright 2026. All Rights Reserved.

A Liquid Web Brand
WordPress Hosting Services
© 2026 All Rights Reserved

StellarWP
liquidweb