Title: Call style.css from functions.php
Last modified: August 19, 2016

---

# Call style.css from functions.php

 *  Resolved [WebmistressM](https://wordpress.org/support/users/webmistressm/)
 * (@webmistressm)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/call-stylecss-from-functionsphp/)
 * So far, there is no documentation that speaks about how to call up any given 
   theme’s style.css. It seems to often be done in header.php.
 * However, since Im using my theme’s functions.php file to call scripts and styles,
   I would be curious how I could call style.css from functions.php instead. That
   way, all my stylesheets will be manageable in one location for that theme.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/call-stylecss-from-functionsphp/#post-1484214)
 * I think it’s usually “bloginfo” with the correct parameters to point to a style
   sheet. [Reference Material](http://codex.wordpress.org/Template_Tags/bloginfo)
 * `<link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/
   css" media="screen" />`
 * > That way, all my stylesheets will be manageable in one location for that theme.
 * I believe that calls the style sheet from whatever theme directory is presently
   in use. I’m not sure if it could be placed in functions.php and still wind up
   between the “head” tags when loaded, though.
 *  Thread Starter [WebmistressM](https://wordpress.org/support/users/webmistressm/)
 * (@webmistressm)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/call-stylecss-from-functionsphp/#post-1484215)
 * So I could possibly do
 * `wp_enqueue_style('style', get_bloginfo('stylesheet_url'), false, '1.0', 'all');`
 * but not:
 * `wp_enqueue_style('style', get_bloginfo('stylesheet_url') . '/style.css', false,'
   1.0', 'all');`
 *  [Clayton James](https://wordpress.org/support/users/claytonjames/)
 * (@claytonjames)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/call-stylecss-from-functionsphp/#post-1484219)
 * I guess your method (or perhaps simply the purpose) is beyond my grasp. I suppose
   if you were trying to call a style.php with dynamic properties rather than just
   a style.css, that might be an avenue of pursuit. Over my head I guess… sorry 
   about that! 🙂
 *  Thread Starter [WebmistressM](https://wordpress.org/support/users/webmistressm/)
 * (@webmistressm)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/call-stylecss-from-functionsphp/#post-1484220)
 * Okay, no problem. HOpefully someone has the answer. I just intend this theme 
   to be one that people can use. so, that said, I am jsut trying to know how to
   call these other files in relation to that goal

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Call style.css from functions.php’ is closed to new replies.

## Tags

 * [style.css](https://wordpress.org/support/topic-tag/style-css/)
 * [theming](https://wordpress.org/support/topic-tag/theming/)
 * [wp_enqueue_style()](https://wordpress.org/support/topic-tag/wp_enqueue_style/)

 * 4 replies
 * 2 participants
 * Last reply from: [WebmistressM](https://wordpress.org/support/users/webmistressm/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/call-stylecss-from-functionsphp/#post-1484220)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
