Hi all,
If anyone can help i'll be very glad.
I want to change the order of the post images and titles in every pages. I mean the post title has to be displayed below the post image. Is there any way to do that?
Thanx...
Hi all,
If anyone can help i'll be very glad.
I want to change the order of the post images and titles in every pages. I mean the post title has to be displayed below the post image. Is there any way to do that?
Thanx...
the post title is below default images...
oww sory i mean the opposite. Image has to be below the title...
I kind of understood that, but just had to make sure...
Where do you want to change this? the whole theme? then you have to change every template. f.ex. single.php, move this:
<?php if ($postType == "normal") { echo '<div class="postimage">'; get_image('normal'); echo '</div>'; } ?>
below the meta call, or above it...depends how you want it. It's a bit different in other templates, but if you want to do it you have to figure out the rest yourself. I might implement a setting for this though, since I have gotten several requests for it. The only problem is that the feature image must be above the title since it spans over the sidebar.
Thanx ;)
You must log in to post.