Place the date of the post in front of the post imige in post block
Hi, I'm having issues with the date, I modified the loop-ad.php file and moved the post date in front of the post imige in the post block. I did this by adding
HTML Code:
<span class="clock"><span><?php echo appthemes_date_posted($post->post_date); ?></span>
right after
HTML Code:
<div class="post-block">
I changed the values in style.css so it will fit in the wright place and thought that this will do it, but when the ad has different results (if it is a new ad, it shows "3 min ago" and this is in the correct place but if we are looking for an older post the text "Nov 23, 2011" is miss placed ). I understand that the way I tried to do this is not the correct way, but what should I do to get the correct result?
Thank you!