trying to get post Title below Image and above Content
-
Hi all, still got a way to go to learn wordpress but one little thing ive been trying to figure out for a while is this problem:
at the minute i use this code in the loop
<h3><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h3> <?php the_content("read more..."); ?>
this display the title, then the image, then the post info. I am trying to get the Image, then the Title, and then the post info.
how do i go about this?
thanks
Dan
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘trying to get post Title below Image and above Content’ is closed to new replies.