Title: CSS enqueue update
Last modified: August 30, 2016

---

# CSS enqueue update

 *  [Michael Cannon](https://wordpress.org/support/users/comprock/)
 * (@comprock)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/css-enqueue-update/)
 * At [https://plugins.trac.wordpress.org/browser/organize-series/trunk/orgSeries-setup.php#L466](https://plugins.trac.wordpress.org/browser/organize-series/trunk/orgSeries-setup.php#L466),
   I recommend using `wp_register_style` and `wp_enqueue_style` per WP coding standards.
   The current method prevent site owner overrides and CSS optimizations.
 * For my work, I replaced the current with
 *     ```
       $csspath = $plugin_path.'orgSeries.css';
       wp_register_style('original-style', $csspath);
       wp_enqueue_style('original-style');
       ```
   
 * [https://wordpress.org/plugins/organize-series/](https://wordpress.org/plugins/organize-series/)

Viewing 1 replies (of 1 total)

 *  [Darren Ethier (nerrad)](https://wordpress.org/support/users/nerrad/)
 * (@nerrad)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/css-enqueue-update/#post-6223553)
 * Thanks Michael, I’m fixing that in the next release that should be out before
   the end of the weekend.

Viewing 1 replies (of 1 total)

The topic ‘CSS enqueue update’ is closed to new replies.

 * ![](https://ps.w.org/organize-series/assets/icon-256x256.png?rev=3386599)
 * [Issues and Series for Newspapers, Magazines, Publishers, Writers](https://wordpress.org/plugins/organize-series/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/organize-series/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/organize-series/)
 * [Active Topics](https://wordpress.org/support/plugin/organize-series/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/organize-series/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/organize-series/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Darren Ethier (nerrad)](https://wordpress.org/support/users/nerrad/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/css-enqueue-update/#post-6223553)
 * Status: not resolved