Forums

Tanzaku theme: post headers problem (5 posts)

  1. dksptwkd
    Member
    Posted 1 year ago #

    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.

  2. alvaro05
    Member
    Posted 1 year ago #

    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">
  3. yarvan
    Member
    Posted 1 year ago #

    this one didn't work for me...any other ideas?

  4. alvaro05
    Member
    Posted 1 year ago #

    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).

  5. yarvan
    Member
    Posted 1 year ago #

    thnx ! i ll have a look again now ! the link is http://yannisarvanitis.com/

Topic Closed

This topic has been closed to new replies.

About this Topic