简体   繁体   中英

Wordpress Plugin - CSS not loading

Plugins are not loading the CSS files.

The CSS of the theme is loading just fine but the plugin CSS does not load.

If relevant, the website is: http://de.rundertisch.org/

wp_head(); was missing from header.php before

also don't forget wp_footer(); in footer.php before

I had a similar problem where the style did load but wasn't working correctly. I solved it by replacing:

<body>

with

<body <?php body_class(); ?>>

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM