Search code examples
wordpressadminpanel

WordPress admin panel catching theme CSS rather than admin core CSS


I have installed the wp 4.7.2 and added an HTML theme. I converted it to Wordpress. But wp-admin panel catching theme style.css rather than its own core CSS.


Solution

  • You need to verify the scripts only include inside the frontend , not inside the wp-admin

    You can use is_admin()

    Here is the doc