In the index.php file you have to move :
<h2 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
after:
<?php if ($grid_img) echo '<div class="grid-image">' . $grid_img . '</div>'; ?>
<div class="post-body">
this one didn’t work for me…any other ideas?
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).
thnx ! i ll have a look again now ! the link is http://yannisarvanitis.com/