WordPress file queue

From Wiki @ Karl Jones dot com
Revision as of 07:14, 29 September 2016 by Karl Jones (Talk | contribs)

Jump to: navigation, search

In WordPress, the WordPress file queue is how WordPress loads files for external CSS and JavaScript.

Description

Files must be added to the queue in order for WordPress to use them.

Add files to the queue using the wp_enqueue_style() function.

See WordPress custom style sheet for an example of adding a custom CSS file into the queue.

See also

External links