Title: Custom PHP stylesheet
Last modified: August 19, 2016

---

# Custom PHP stylesheet

 *  [tobbesanda](https://wordpress.org/support/users/tobbesanda/)
 * (@tobbesanda)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/custom-php-stylesheet/)
 * Hi there! I have a problem that I can’t figure out by myself.
 * I use a own optionpage from my admin panel where I cant make some changes in 
   my stylesheet. But the only solution I can get to work is if I include a PHP 
   file and use my “echos” between <style></style> in the header.
 * I would like to get a PHP stylesheet instead and a file where I can use my saved
   option stuff.
 * I use this code to show my saved data
 *     ```
       global $options;
       foreach ($options as $value) {
       if (get_settings( $value['id'] ) === FALSE) { $$value['id'] = $value['std']; } else { $$value['id'] = get_settings( 			$value['id'] ); }
       }
       ```
   
 * Any idées?

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

 *  [stevenoi](https://wordpress.org/support/users/stevenoi/)
 * (@stevenoi)
 * [17 years ago](https://wordpress.org/support/topic/custom-php-stylesheet/#post-1074545)
 * Have the same problem…
 *  [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * (@downstairsdev)
 * [16 years, 6 months ago](https://wordpress.org/support/topic/custom-php-stylesheet/#post-1074611)
 * Sounds like this link might help:
 * [http://clark-technet.com/2009/09/wordpress-theme-dev-tip-dynamic-stylesheets](http://clark-technet.com/2009/09/wordpress-theme-dev-tip-dynamic-stylesheets)

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

The topic ‘Custom PHP stylesheet’ is closed to new replies.

## Tags

 * [custom](https://wordpress.org/support/topic-tag/custom/)
 * [php](https://wordpress.org/support/topic-tag/php/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 2 replies
 * 3 participants
 * Last reply from: [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * Last activity: [16 years, 6 months ago](https://wordpress.org/support/topic/custom-php-stylesheet/#post-1074611)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
