• inspiration

    pls how can it be done

    write also a part of code before so its easier to find it thx

    plus there is a background image in the header any ide how that was made ?

Viewing 3 replies - 1 through 3 (of 3 total)
  • When entering the loop, simply output your imagery before everything else.. There is not that much else to understand. You could add the images using a plugin that uses custom fields. I recommend reading up on the basics before going any further: The Loop

    Thread Starter thekjub9

    (@thekjub9)

    sorry but was no help .. I think ther must by a simple way how to edit my existing code to get it done

    test page

    In the index page cut

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

    and paste it bellow

    <?php if ($grid_img) echo '<div class="grid-image">' . $grid_img . '</div>'; ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Post Title beneath post image ?’ is closed to new replies.