Add image to post "meta" data
-
Hi, my blog is http://twogirlsturningthirty.wordpress.com. I’m using the skeptical theme with custom css. I would like to know if its possible to add an image to the post meta data list that’s on the left side of each post. i.e. date/author/categories/comments. (I’m not sure “meta” is the right term.) Is there a way to make an image the next list item?
Thanks!
The blog I need help with is: (visible only to logged in users)
-
Here is an example of placing an image below the post meta in the Skeptical theme:
.post .post-meta { background: url(http://s.wordpress.org/about/images/wordpress-logo-notext-bg.png) no-repeat center bottom; padding-bottom: 145px; }
- The topic ‘Add image to post "meta" data’ is closed to new replies.