Title: Different Template for Single post
Last modified: August 18, 2016

---

# Different Template for Single post

 *  [fi2c](https://wordpress.org/support/users/fi2c/)
 * (@fi2c)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/different-template-for-single-post/)
 * I have different template for single post show. Now I’m doing it by using a simple“
   if(!p) {…} else {…}” but it will not work with static addresses for weblog. Is
   there any suggestion?
    (Btw. I’m using my own 1.2 template in 1.5 because of 
   so many personal changes.)

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

 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/different-template-for-single-post/#post-154197)
 * Static addresses?
 * With 1.5 you can use the new conditional functions to test for the type of page
   you’re on:
 * `if(!is_single())`
 * Here’s a list of them all:
 * [http://boren.nu/archives/2004/10/16/templates-and-the-is-functions/](http://boren.nu/archives/2004/10/16/templates-and-the-is-functions/)
 *  [Nick Momrik](https://wordpress.org/support/users/mtdewvirus/)
 * (@mtdewvirus)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/different-template-for-single-post/#post-154200)
 * Create a single.php file in your theme folder and this will be used for when 
   a single post page is loaded.
 *  Thread Starter [fi2c](https://wordpress.org/support/users/fi2c/)
 * (@fi2c)
 * [21 years, 2 months ago](https://wordpress.org/support/topic/different-template-for-single-post/#post-154202)
 * Wow!
    So quick, so useful 🙂 Thanks.

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

The topic ‘Different Template for Single post’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [fi2c](https://wordpress.org/support/users/fi2c/)
 * Last activity: [21 years, 2 months ago](https://wordpress.org/support/topic/different-template-for-single-post/#post-154202)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
