Created
May 4, 2025 02:25
-
-
Save henshaw/8959fd0b57845c1023cef6074193695e to your computer and use it in GitHub Desktop.
Exclude CSS not used on the page
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php if (is_front_page()) : ?> CSS only for homepage <?php elseif (is_category(1)) : ?> CSS only for category with ID 1 <?php elseif (is_category(2)) : ?> ... <?php endif; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Referenced in WordPress Performance and Speed Optimization Guide