Is it possible to move the author and time info (meta) to the bottom of my posts? So it goes together with comments and tags?
The blog I need help with is pippih.se.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Is it possible to move the author and time info (meta) to the bottom of my posts? So it goes together with comments and tags?
The blog I need help with is pippih.se.
.post {position:relative;}
.entry-meta {position:absolute; bottom:5px;}
.entry-utility {margin-bottom:15px;}
Thanks :)
Btw, is it possible to remove the author but keep the time and date? Or are they "stuck together"?
.entry-meta .meta-sep, .entry-meta .author {display:none;}
Thank you :)
Can anyone explain how to do this in layman's terms?
First off, you would need the paid CSS upgrade to do this, and it is not advisable to buy the upgrade unless you have at least a beginner's level understanding of CSS and markup (XHTML).
Also, CSS is theme specific, and this is not something that can be done on all themes, so if you are using a different theme, then the solution would be different.
Good to know - thanks!
This topic has been closed to new replies.