• Resolved Brunovc7

    (@brunovc7)


    Hello, I want to create a subpage in the dashboard.
    I added it to the file Utils.php = class Utils->default_menus() the informations

    array(
    '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 enter myapp/dashboard/my-subpage gives error 404

    Do 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.