Title: Link problem
Last modified: August 19, 2016

---

# Link problem

 *  Resolved [aidanl](https://wordpress.org/support/users/aidanl/)
 * (@aidanl)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/link-problem-4/)
 * Hi,
 * I am in the process of creating my own theme and I have hit a snag. It’s nearly
   complete however, I am having a problem when I am clicked a blog entry link on
   the main blog page.
 * I want to be able to click the link so that it displays just that and the comments
   area – as you should be able to on a blog.
 * The problem I am having is that when you click on the link it isn’t loading the
   individual entry and instead it is just reloading the blog home page. I imagine
   something is adrift somewhere, however, I have used the same files on another
   blog theme which worked fine.
 * Any help with this would be much appreciated.
 * Thanks in advance,
 * Aidan

Viewing 1 replies (of 1 total)

 *  Thread Starter [aidanl](https://wordpress.org/support/users/aidanl/)
 * (@aidanl)
 * [16 years, 8 months ago](https://wordpress.org/support/topic/link-problem-4/#post-1215916)
 * I solved the problem by placing the get sidebar code in the Main Index Template(
   index.php file) at the very top of the file. See below:
 *     ```
       <?php get_header(); ?>
       <?php get_sidebar(); ?>
   
       <div id="content"><!--container start-->
   
       	<?php if(have_posts()) : ?><?php while(have_posts()) : the_post();?
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Link problem’ is closed to new replies.

## Tags

 * [entries](https://wordpress.org/support/topic-tag/entries/)
 * [entry](https://wordpress.org/support/topic-tag/entry/)
 * [home](https://wordpress.org/support/topic-tag/home/)
 * [homepage](https://wordpress.org/support/topic-tag/homepage/)
 * [individual](https://wordpress.org/support/topic-tag/individual/)
 * [page](https://wordpress.org/support/topic-tag/page/)

 * 1 reply
 * 1 participant
 * Last reply from: [aidanl](https://wordpress.org/support/users/aidanl/)
 * Last activity: [16 years, 8 months ago](https://wordpress.org/support/topic/link-problem-4/#post-1215916)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
