Title: Horizontal Scroll Theme Problems
Last modified: August 20, 2016

---

# Horizontal Scroll Theme Problems

 *  [dreamsandegos](https://wordpress.org/support/users/dreamsandegos/)
 * (@dreamsandegos)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/horizontal-scroll-theme-problems/)
 * I’m working on a horizontal scroll theme which can be found here:
 * [http://dreamsandegos.com/project/](http://dreamsandegos.com/project/)
 * My problem is that as you scroll, the posts just repeat over and over. I’m not
   sure what to do to fix it. I’ve tried many things but not luck. Some guidance
   would be appreciated.
 * My loop.php files is as follow:
 *     ```
       <?php get_header(); ?>
       <?php query_posts(array('post__not_in'=>$do_not_duplicate));
        if (have_posts()) : while (have_posts()) : the_post();
        ?> 
   
               <div class="entry" <?php post_class('post clear'); ?> id="post_<?php the_ID(); ?>">
                   <h2 class="post-title"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h2>
       	    <div class="post-meta">
       		<span class="post-date"><?php the_time(__('M j, Y')) ?></span> &bull;
       		<span class="post-comments"><?php comments_popup_link(__('No Comments'), __('1 Comment'), __('% Comments'), '', __('Comments Closed')); ?></span>
       		<span class="edit-link"><?php edit_post_link( __( 'Edit'), ' | '); ?></span></p>
                   </div>
                   <div class="post-content"><?php the_content();?></div>
       	</div>
   
       <?php endwhile; ?>
       <?php endif; ?>
       ```
   
 * index.php is as follows:
 *     ```
       <?php get_header(); ?>
   
       <?php get_template_part('loop'); ?>
   
       <?php get_footer(); ?>
       ```
   

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

 *  [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/horizontal-scroll-theme-problems/#post-2546378)
 * Just having a look now and I see three different posts. Am I to assume that you
   found the solution?
 *  Thread Starter [dreamsandegos](https://wordpress.org/support/users/dreamsandegos/)
 * (@dreamsandegos)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/horizontal-scroll-theme-problems/#post-2546383)
 * No, still haven’t found a solution.

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

The topic ‘Horizontal Scroll Theme Problems’ is closed to new replies.

## Tags

 * [horizontal](https://wordpress.org/support/topic-tag/horizontal/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [repeating](https://wordpress.org/support/topic-tag/repeating/)

 * 2 replies
 * 2 participants
 * Last reply from: [dreamsandegos](https://wordpress.org/support/users/dreamsandegos/)
 * Last activity: [14 years, 4 months ago](https://wordpress.org/support/topic/horizontal-scroll-theme-problems/#post-2546383)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
