Quantcast
Channel: Thematic Theme » Topic: Enqueue Stylesheets Error Log Messages
Viewing all articles
Browse latest Browse all 4

Reply To: Enqueue Stylesheets Error Log Messages

$
0
0

The code to enqueue the stylesheets look perfectly correct. If you look at the error message, it says that it was wp_register_script that was called incorrectly. Not wp_enqueue_style.

You need to check the code for any javascript files. They need to be inside a function attached to a hook, just like the wp_enqueue_style() calls are.


Viewing all articles
Browse latest Browse all 4

Trending Articles