Customize Date and Time position
-
Hi guys!
I am a young webdesigner with very basic knowledge of PHP, however I’m used to try things until they finally work out. I’m working with WordPress since June and managed to customize the twenty ten theme in order to show up the way I want.
But my boss needs me to change the date position in the post in order to make it appear just above the post body, and bellow the subtitle, but I tried a lot of things and still couldn’t make it work. I’m working on the loop.php file and this is the code I’ve edited so far:
<div class="entry-meta" style="margin-bottom:40px; position:relative; top:20px;"> <?php twentyten_posted_on(); ?> </div><!-- .entry-meta -->
That’s the way I found to separate the date a little, but couldn’t position it the way I want. I can’t work on it in the CSS file, because it just doesn’t make any effect…
If anybody can help me with this, I will be veeery grateful!!! Thank you very much in advance!
- The topic ‘Customize Date and Time position’ is closed to new replies.