>
Download This Plugin | |
Download Elegant Themes | |
Name | Theme-Independent Stylesheets |
Version | 1.0.1 |
Author | Jakob Shoptaw |
Rating | 0 |
Last updated | 2015-03-06 11:23:00 |
Downloads |
21
|
Download Plugins Speed Test plugin for Wordpress |
Home page PageSpeed score has been degraded by 0%, while Post page PageSpeed score has been degraded by 0%
Theme-Independent Stylesheets plugin added 13 bytes of resources to the Home page and 2 bytes of resources to the sample Post page.
Theme-Independent Stylesheets plugin added 0 new host(s) to the Home page and 0 new host(s) to the sample Post page.
Great! Theme-Independent Stylesheets plugin ads no tables to your Wordpress blog database.This plugin allows you to use uploaded CSS files that can be used across themes without having to edit any theme files or use FTP.
For example, if you wanted to use Font Awesome on your site but your current theme doesn't include it (or you know you want to use Font Awesome regardless of what theme you're using), you can simply upload the font-awesome.css
(or font-awesome.min.css
) file using the WordPress Media Uploader then activate said stylesheet in the Theme-Independent Stylesheets (TISS) settings. That CSS file will then automatically be included on your site no matter what theme you're using. Even if you switch themes, the CSS file will still be called in your site's <head>
(as long as the theme is coded to properly use wp_head()
, which most themes are).