How to create a subpage in the dashboard?
-
Hello, I want to create a subpage in the dashboard.
I added it to the fileUtils.php = class Utils->default_menus()
the informationsarray( 'my-subpage' => array( 'title' => __( 'My Subpage', 'tutor' ), 'icon' => 'icon', )
Also, I created the page template file in
templates/dashboard/my-subpage.php
But when I entermyapp/dashboard/my-subpage
gives error 404Do I need to do anything else to be able to create a subpage on the dashboard?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to create a subpage in the dashboard?’ is closed to new replies.