• Wahtel

    (@wahtel)


    Hello everybody, exuce me for a stupid question, but i can’t create a submenu in Posts menu, can somebody show me how to do this?
    I’m doing somethink like this:

    add_action(‘admin_menu’, ‘mt_add_pages’);

    function mt_add_pages() {
    add_submenu_page(‘Posts’, ‘Key’,’Keyword’, ‘manage_options’, ‘menu1’, mt_add_pages );
    }

    values inside, is lil’bit random, i’m just want see does it works or not.
    Thank you for attention)

Viewing 1 replies (of 1 total)
  • Matt Knowles

    (@aestheticdesign)

    Can you provide the URL to your site, and explain where you’re trying to add this sub menu? I’m not clear what you’re trying to do.

Viewing 1 replies (of 1 total)
  • The topic ‘Create submenu’ is closed to new replies.