All Topics 1133
Duplicate child stylesheet
We have noticed that the Nominee theme is including the child stylesheet twice. You can see from the following code snippet what we are referring to:
<link rel=”stylesheet” id=”stylesheet-css” href=”urlremoved/wp-content/themes/nominee-child/style.css” type=”text/css” media=”all”>
<link rel=”stylesheet” id=”nominee-child-style-css”
href=”urlremoved/wp-content/themes/nominee-child/style.css”type=”text/css”media=”all”>
As you can see, it’s being included twice with two different element IDs. Is there a way that we can prevent the stylesheet from loading twice and only load it one time?