• My tanzaku theme shows headers top of images
    and I really want to place them ‘below’ the images on main page and also in the post.
    My website is Roo-han.com
    Now I am just not putting titles but I don’t think this is a solution.
    Could you please help me?
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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/

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

The topic ‘Tanzaku theme: post headers problem’ is closed to new replies.