Title: sub pages: basic question
Last modified: August 19, 2016

---

# sub pages: basic question

 *  Resolved [magicfun1](https://wordpress.org/support/users/magicfun1/)
 * (@magicfun1)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/sub-pages-basic-question/)
 * Basically I am trying to make a subpage that links from my “Products” page I 
   have set up to use the template hierarchy set up to go to products.php. But it
   is not seeing products.php at all even though it is uploaded, and it still displaying
   every page like my home page.
 * What could be the problem?

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

 *  Thread Starter [magicfun1](https://wordpress.org/support/users/magicfun1/)
 * (@magicfun1)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/sub-pages-basic-question/#post-1258357)
 * anyone?
 *  Thread Starter [magicfun1](https://wordpress.org/support/users/magicfun1/)
 * (@magicfun1)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/sub-pages-basic-question/#post-1258359)
 * I even tried to put a conditional in index.php to work around it and it still
   doesn’t work :
 *     ```
       <?php if (is_page('Products')) { 
   
       	include( TEMPLATEPATH . '/header_none.php' );
       }
   
       else {
       	get_header();
       }
       ?>
       ```
   
 *  Thread Starter [magicfun1](https://wordpress.org/support/users/magicfun1/)
 * (@magicfun1)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/sub-pages-basic-question/#post-1258469)
 * :bump: anyone?

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

The topic ‘sub pages: basic question’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 1 participant
 * Last reply from: [magicfun1](https://wordpress.org/support/users/magicfun1/)
 * Last activity: [16 years, 5 months ago](https://wordpress.org/support/topic/sub-pages-basic-question/#post-1258469)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
