Add link admin menu

Discussion in 'Poloray WordPress Theme' started by dante, Oct 26, 2013.

  1. dante

    dante New Member

    Joined:
    Sep 24, 2012
    Messages:
    26
    Likes Received:
    0
    Hello,
    I have to upload a link on admin menu. I can write code in function.php in default Wordpress theme:
    function mt_add_pages() {
    add_menu_page('admin-menu', 'Manuale utente', 5, __FILE__, 'mt_toplevel_page');
    }
    Where do I write the code with Inkthemes Wordpress.
    I wrote it in function.php but it has not been working.
    Thanks and regards Dante
     

    Attached Files:

  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107

Share This Page