Title: Loop Issues
Last modified: August 20, 2016

---

# Loop Issues

 *  [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/loop-issues-1/)
 * I need some help it looks like this page uses a loop to pull in the posts
    [http://www.calgavin.com/text](http://www.calgavin.com/text)
   however I need it to pull in the post title as well within the small rectangle
   at the moment it is above the box any ideas?

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/loop-issues-1/#post-2277082)
 * > Not Found
   > Apologies, but the page you requested could not be found. Perhaps searching
   > will help.
 *  [Digital Raindrops](https://wordpress.org/support/users/adeptris/)
 * (@adeptris)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/loop-issues-1/#post-2277083)
 * [http://www.calgavin.com/test](http://www.calgavin.com/test) not text?
 * But I cannot see the issue!
 * David
 *  [Digital Raindrops](https://wordpress.org/support/users/adeptris/)
 * (@adeptris)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/loop-issues-1/#post-2277087)
 * You need to move the code that outputs the title, inside the contentBlock inner,
   you would likely need to create a title style class in the style.css
 * This is the stucture now
 *     ```
       <div id="content">
       IM A TEST
       <div class="cBlock contentBlock">
       <div class="top">
       <div class="inner">
       <div class="bottom">
       ```
   
 * You want:
 *     ```
       <div id="content">
       <div class="cBlock contentBlock">
       <div class="top">
       <div class="inner">
       IM A TEST
       <div class="bottom">
       ```
   
 * HTH
 * David
 *  Thread Starter [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * (@kevinwilescg)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/loop-issues-1/#post-2277305)
 * The im a test text is actually the blog post title which I need to show up in
   the content block but curently it doesnt

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

The topic ‘Loop Issues’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [kevin.wilescg](https://wordpress.org/support/users/kevinwilescg/)
 * Last activity: [14 years, 8 months ago](https://wordpress.org/support/topic/loop-issues-1/#post-2277305)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
