Title: Using another stylesheet for single.php
Last modified: August 19, 2016

---

# Using another stylesheet for single.php

 *  Resolved [pshoeg](https://wordpress.org/support/users/pshoeg/)
 * (@pshoeg)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/using-another-stylesheet-for-singlephp/)
 * Hi there!
    I’d like to know if it’s possible to make WordPress choose e.g. style2.
   css over style.css whenever a page is generated via single.php?
 * Thanks!

Viewing 1 replies (of 1 total)

 *  Thread Starter [pshoeg](https://wordpress.org/support/users/pshoeg/)
 * (@pshoeg)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/using-another-stylesheet-for-singlephp/#post-946787)
 * Hi guys…
 * I found a solution myself, but thought I would share it with you:
 * In single.php, write
 * `<?php include ('header-single.php'); ?>`
 * instead of
 * <?php get_header(); ?>
 * Then, simply create a duplicate of header.php called header-single.php, and refer
   to the stylesheet there.
 * I found the trick [here](http://wordpressgarage.com/wordpress-as-cms/using-different-style-sheets-for-different-templates/).

Viewing 1 replies (of 1 total)

The topic ‘Using another stylesheet for single.php’ is closed to new replies.

## Tags

 * [single](https://wordpress.org/support/topic-tag/single/)
 * [Stylesheet](https://wordpress.org/support/topic-tag/stylesheet/)

 * 1 reply
 * 1 participant
 * Last reply from: [pshoeg](https://wordpress.org/support/users/pshoeg/)
 * Last activity: [17 years, 5 months ago](https://wordpress.org/support/topic/using-another-stylesheet-for-singlephp/#post-946787)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
