• Resolved dcole07

    (@dcole07)


    I’m making a theme and would like to add more CSS to my options page within the dashboard. What command can I call to give a <link> tag to the header of the dashboard?

Viewing 1 replies (of 1 total)
  • Thread Starter dcole07

    (@dcole07)

    the answer is to use add_action (’admin_head’, ‘function_name‘);
    then create a function, such as function_name, that links to external CSS.

Viewing 1 replies (of 1 total)
  • The topic ‘Add CSS to Dashboard’ is closed to new replies.