Title: Gridly Theme Support
Last modified: August 20, 2016

---

# Gridly Theme Support

 *  [stiwdio](https://wordpress.org/support/users/stiwdio/)
 * (@stiwdio)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/gridly-theme-support/)
 * Wonder if anyone can help me with my query on this theme.
    I would like to repeat
   the grid on another page, say ‘projects’ for instance but when I create a template
   using the index page code and attach it to a page nothing shows up.
 * Any ideas?

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

 *  Thread Starter [stiwdio](https://wordpress.org/support/users/stiwdio/)
 * (@stiwdio)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/gridly-theme-support/#post-3341846)
 *     ```
       <?php if (have_posts()) : ?>
       <div id="post-area">
       <?php while (have_posts()) : the_post(); ?>	
   
          		<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
       		 <?php if ( has_post_thumbnail() ) { ?>
   
              <div class="imagewrap">
                <div class="gridly-image"><a href="<?php the_permalink() ?>"><?php the_post_thumbnail( 'summary-image' );  ?></a></div>
                <div class="gridly-category"><p><?php the_category(', ') ?></p></div> </div>
       		  <?php } ?>
              			<div class="gridly-copy"><h3><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></h3>
   
       <?php the_excerpt(); ?> 
   
                      <p class="gridly-link"><a href="<?php the_permalink() ?>">read more &rarr;</a></p>
                </div>
              </div>
   
       <?php endwhile; ?>
       </div>
       <?php else : ?>
       <?php endif; ?>
   
       <?php next_posts_link('<p class="view-older">View Older Entries</p>') ?>
       ```
   
 * This is the code
 *  [sharmendra](https://wordpress.org/support/users/sharmendra/)
 * (@sharmendra)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/gridly-theme-support/#post-3342029)
 * can you help me set up the page because i absolutely have no idea how to just
   set it up!
 *  [gareth gillman](https://wordpress.org/support/users/faevilangel/)
 * (@faevilangel)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/gridly-theme-support/#post-3342030)
 * Are you adding the template code to the top of the file e.g.
 * `/* Template Na,e: Portfolio */`
 * Is the page blank or is something stopping the code (look in view source in your
   browser).

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

The topic ‘Gridly Theme Support’ is closed to new replies.

 * 3 replies
 * 3 participants
 * Last reply from: [gareth gillman](https://wordpress.org/support/users/faevilangel/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/gridly-theme-support/#post-3342030)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
