Link on administrator menu

Discussion in 'BlackBird WordPress Theme' started by dante, Jan 3, 2014.

  1. dante

    dante New Member

    Joined:
    Sep 24, 2012
    Messages:
    26
    Likes Received:
    0
    Hi,
    I should add a link on wordpress aministration menu.
    Can you tell me:
    - Code
    - file name where I have to write code.
    Thank you
    My website: http://www.nailscube.it/
     
  2. Piyush

    Piyush Support Staff

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

    Download the theme-page.php file attach with this post and paste it in your function directory ( theme directory > function directory)
    and then follow the instruction shown in the image given below .
    And also enter your html code for your Wordpress administration menu page here.

    [​IMG]



    Now ,
    Go to the function.php file present in your theme directory and add the code given below in that file as instructed in the image below.


    Code:
    require_once ($functions_path . 'themes-page.php'); 



    [​IMG]


    This will solve your issue.
     

    Attached Files:

  3. dante

    dante New Member

    Joined:
    Sep 24, 2012
    Messages:
    26
    Likes Received:
    0
    I have another little problem.
    My customer has a Editor profile.
    can i show him Theme options?
    Best regards
    D
     
  4. Piyush

    Piyush Support Staff

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

Share This Page