Title: post title error?
Last modified: August 19, 2016

---

# post title error?

 *  [willrabbit](https://wordpress.org/support/users/willrabbit/)
 * (@willrabbit)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/post-title-error-1/)
 * Loving the theme so far, just one weird error – under the post title there is
   an extra line with a code fragment.
 * it looks like this:
 * Post Title
    width=”290″ height=”290″>
 * rest of post ….
 * I cannot seem to find where this width and height are coming from.
    Plus, it 
   is not affecting all of the posts titles. It mainly seems to happen to the left-
   most post in each row of the grid?
 * Thanks for any help in clearing this up.

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

 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/post-title-error-1/#post-1851577)
 * Let me guess, you’re using Tanzaku theme? <div class=”grid-image”>. In index.
   php you will find:
 *     ```
       <h2 class="post-title">
       <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
       ```
   
 * move this after:
 *     ```
       <?php if ($grid_img) echo '<div class="grid-image">' . $grid_img . '</div>'; ?>
       <div class="post-body">
       ```
   
 * This should be it,
    Emil
 *  Thread Starter [willrabbit](https://wordpress.org/support/users/willrabbit/)
 * (@willrabbit)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/post-title-error-1/#post-1851783)
 * thank you for the suggestion Emil.
 * (oops, i guess i forgot to mention that i am using the tanzaku theme.)
 * i moved the post-title section after the grid-image section
    and now the code
   fragment of width=”290″ height=”290″> is showing at the top of the post area
 * i believe something in this grid-image is the culprit, since i tried commenting
   that line out and the code fragment disappeared.
    unfortunately my images & video
   also disappeared, so not a permanent fix.
 * my guess is some minor bit is missing that makes this show up, but i cannot seem
   to follow the spaghetti code trail of the php to figure it out yet.
 * any other ideas on how to fix this up?
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/post-title-error-1/#post-1851784)
 * I guess is that similar was answered [here](http://wordpress.org/support/topic/tanzaku-theme-post-headers-problem?replies=5#post-1746349),
   can you try this:
 * >  If you are in the main “page”, the php will be the index. If you are in a 
   > category called “my top music” (for example) and you’ve created a php called
   > category-my-top-music, that will be the php used for that category.
   > the tazaku index file goes this way:
   >  -header -single-wrapper -comments_template-
   > grid-wrapper -footer
   > Which means if you are on a single post the code corresponding will be “single-
   > wrapper” and if you are in the “main page” where more than one post is shown
   > you will be in the “grid-wrapper”.
   >  Please tell what is your case and a link,
   > maybe I can help (as I had the same problem before).
 *  Thread Starter [willrabbit](https://wordpress.org/support/users/willrabbit/)
 * (@willrabbit)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/post-title-error-1/#post-1851794)
 * I reinstalled tanzaku theme and so far the error has not returned.
    I had not
   done much tweaking to the code, so not sure what happened. I will update if the
   problem returns. Thanks Emil for trying to help fix this 🙂
 *  [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * (@emiluzelac)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/post-title-error-1/#post-1851795)
 * No problem 🙂

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

The topic ‘post title error?’ is closed to new replies.

 * 5 replies
 * 2 participants
 * Last reply from: [Emil Uzelac](https://wordpress.org/support/users/emiluzelac/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/post-title-error-1/#post-1851795)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
