Viewing 3 replies - 1 through 3 (of 3 total)
  • you have to change it at the “index.php”

    move

    <h2 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>

    to the top of the post-body

    Thread Starter defaultcg

    (@defaultcg)

    I found the script to move on top of the post body but, it is on top of post body….is this how its have to be ?

    div <?php post_class('single-item'); ?> id="post-<?php the_ID(); ?>">
    			<h2 class="post-title"><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    			<div class="post-body">
    				<?php

    Thread Starter defaultcg

    (@defaultcg)

    sorry, I found it…I was looking at to wrong line…my mistake.

    Thank you very much

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tanzaku post headers’ is closed to new replies.