Our Wordpress blog shows the date the blog post was published next to the title, at the top of the each blog post.
How can I move the date to the bottom of each blog please?
Thanks in advance.
| SitePoint Sponsor |



Our Wordpress blog shows the date the blog post was published next to the title, at the top of the each blog post.
How can I move the date to the bottom of each blog please?
Thanks in advance.
Azam Marketing, Inc.
Award-Winning Digital Marketing and Design Results Since 1997
Click here to read acclaimed online marketing & design blog

Hi,
You would need to edit the file "single.php" in you themes folder.
this file is responsible for the layout of the individual posts.
Look for a line similar to this:
and move it to the bottom of the post.Code PHP:Added on <a href="<?php bloginfo('url'); ?>/<?php the_time("Y"); ?>/<?php the_time("m"); ?>"><?php the_time("d.m.Y"); ?></a>
How well do you know your JavaScript from your jQuery?
Check out SitePoint's latest JavaScript challenge
My blog



Thanks a lot for your help.
Done.
Azam Marketing, Inc.
Award-Winning Digital Marketing and Design Results Since 1997
Click here to read acclaimed online marketing & design blog
Bookmarks