Title: dashboard extra page error
Last modified: April 9, 2023

---

# dashboard extra page error

 *  Resolved [futureyoon](https://wordpress.org/support/users/futureyoon/)
 * (@futureyoon)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/dashboard-extra-page-error/)
 * Hi
 * I would like to ask your little assistance here.
 * I am trying to add a new section in the dashboard. so I followed this doc.
 * [https://docs.themeum.com/tutor-lms/developers/editing-tutor-dashboard/](https://docs.themeum.com/tutor-lms/developers/editing-tutor-dashboard/)
 * I added the following line in the code snippet.
 * add_filter(‘tutor_dashboard/nav_items’, ‘add_some_links_dashboard’);
 * function add_some_links_dashboard($links){
 * $links[‘custom-link’] = [
 * “title” => __(‘Custom Link’, ‘tutor’),
 * “icon” => “tutor-icon-calender-line”,
 * ];
 * return $links;
 * }
 * [https://prnt.sc/oKupcVUeice2](https://prnt.sc/oKupcVUeice2)
 * Now I can see the link showing up on the dashboard.
 * [https://prnt.sc/-wf0jPqGI3YL](https://prnt.sc/-wf0jPqGI3YL)
 * and I added a new custom-link.php file under the folder of /wp-content/plugins/
   tutor/templates/dashboard/
 * In the custom-link.php file
 * <?php
 * /**
 * * [@package](https://wordpress.org/support/users/package/) TutorLMS/Templates
 * * [@version](https://wordpress.org/support/users/version/) 1.4.3
 * */
 * global $post; ?>
 * <h3><?php _e(‘hello’, ‘tutor’); ?></h3>
 * but when I click the link on the menu item, it throws 404 error…
 * [https://prnt.sc/vKyDR0SBGV6p](https://prnt.sc/vKyDR0SBGV6p)
 * not sure what is missing here…. Do you see anything missing here ?
 * Thank you

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Support [Md. Jobayer Al Mahmud](https://wordpress.org/support/users/jobayertuser/)
 * (@jobayertuser)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/dashboard-extra-page-error/#post-16639287)
 * Dear [@futureyoon](https://wordpress.org/support/users/futureyoon/)
 * As you have added a new link and page you have to flush the permalinks once so
   that WordPress can read the new permalinks.​​
 * To Flush the permalinks Go to Wp-Admin > settings > permalinks > select post 
   name and click save change again.
 *  Thread Starter [futureyoon](https://wordpress.org/support/users/futureyoon/)
 * (@futureyoon)
 * [3 years, 2 months ago](https://wordpress.org/support/topic/dashboard-extra-page-error/#post-16639377)
 * I have done it multiple times but the issue still persists.
 * Need further assistance.
 * thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘dashboard extra page error’ is closed to new replies.

 * ![](https://ps.w.org/tutor/assets/icon-256x256.gif?rev=3193875)
 * [Tutor LMS - eLearning and online course solution](https://wordpress.org/plugins/tutor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tutor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tutor/)
 * [Active Topics](https://wordpress.org/support/plugin/tutor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tutor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tutor/reviews/)

## Tags

 * [dashboard](https://wordpress.org/support/topic-tag/dashboard/)

 * 2 replies
 * 2 participants
 * Last reply from: [futureyoon](https://wordpress.org/support/users/futureyoon/)
 * Last activity: [3 years, 2 months ago](https://wordpress.org/support/topic/dashboard-extra-page-error/#post-16639377)
 * Status: resolved