Title: Homepage
Last modified: August 19, 2016

---

# Homepage

 *  Resolved [jdunneirl](https://wordpress.org/support/users/jdunneirl/)
 * (@jdunneirl)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/homepage-9/)
 * Hi guys,
 * I have a homepage driven by wordpress content, index.php which is working fine,
   however when i access it like this
 * mysite/wordpress as oppose to mysite/wordpress/home
 * it does not display correctly, it displays a random post instead of the page 
   content
 * Here is my code
 * ‘
    <?php /* Template Name: Home Page */ ?> <?php get_header(); ?>
 *  <!– Featured Page: –>
 *  <?php include(TEMPLATEPATH . ‘/library/includes/featured-page.php’); ?>
 * <?php get_footer(); ?>
 * ‘
 * The include has a few lines
 * ‘
    <?php global $is_home; ?>
 *  <div id=”main-bar”>
    <?php if(have_posts()) : ?> <?php while(have_posts()) :
   the_post() ?>
 *  <?php the_content(); ?>
 *  <?php endwhile; else : ?>
 *  no posts
 *  <?php endif; ?>
    </div> ‘

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

 *  Thread Starter [jdunneirl](https://wordpress.org/support/users/jdunneirl/)
 * (@jdunneirl)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/homepage-9/#post-1965337)
 * I have fixed this by setting a static page
 *  [Samuel B](https://wordpress.org/support/users/samboll/)
 * (@samboll)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/homepage-9/#post-1965338)
 * review
    [http://codex.wordpress.org/Creating_a_Static_Front_Page](http://codex.wordpress.org/Creating_a_Static_Front_Page)

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

The topic ‘Homepage’ is closed to new replies.

## Tags

 * [Homepage issue](https://wordpress.org/support/topic-tag/homepage-issue/)

 * 2 replies
 * 2 participants
 * Last reply from: [Samuel B](https://wordpress.org/support/users/samboll/)
 * Last activity: [15 years, 2 months ago](https://wordpress.org/support/topic/homepage-9/#post-1965338)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
