Title: Mixing Themes
Last modified: August 18, 2016

---

# Mixing Themes

 *  [atlantafilms](https://wordpress.org/support/users/atlantafilms/)
 * (@atlantafilms)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/mixing-themes/)
 * I have designed two different themes and need to mix them into my website. They
   are both similar but different. Is there a way.
 * Or should I do something different, here is why?
 * I want my homepage to look a certain way so I would like to embed just the blogs
   into my homepage (A template with no header, sidebars, etc.). Then for the blog
   pages I would like to use the 2nd template which has all the sidebars, headers,
   etc. Is there a way to do this?

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

 *  [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * (@doodlebee)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/mixing-themes/#post-492762)
 * [http://codex.wordpress.org/Conditional_Tags](http://codex.wordpress.org/Conditional_Tags)
 *  Thread Starter [atlantafilms](https://wordpress.org/support/users/atlantafilms/)
 * (@atlantafilms)
 * [19 years, 5 months ago](https://wordpress.org/support/topic/mixing-themes/#post-492765)
 * Thanks for the FAST response. Looks like I can make that work.
 * I’ve been looking at the programming more closely. Is there a GET command just
   to pull up the content/Blogs like there is for the links as shown below?
 * <?php get_links_list(); ?>
 *  [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * (@doodlebee)
 * [19 years, 4 months ago](https://wordpress.org/support/topic/mixing-themes/#post-492912)
 * No, but you can still use conditional tags to do this. Just do something in your
   index.php file that’s like so:
 * `<?php if (is_home()) { 
    <!-- do not show the sidebar --> <?php } else { get_sidebar();}?
   > ...put in your blog loop code here
 * That way, if it sees the home page, the sidebar will *not* be there. But on any
   other page within the site, it will.

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

The topic ‘Mixing Themes’ is closed to new replies.

## Tags

 * [templates](https://wordpress.org/support/topic-tag/templates/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [Doodlebee](https://wordpress.org/support/users/doodlebee/)
 * Last activity: [19 years, 4 months ago](https://wordpress.org/support/topic/mixing-themes/#post-492912)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
