Moving tags/author etc under image?
-
Hi all
I’m new to wordpress (and blogging) and was wondering, can I move the – Posted: Author: Filed under: Tags: Leave a comment to under the image? I’ve had a good luck but can’t find it. I would also like to add ‘all rights reserved’ as I’m a photographer to the footer, I am more than happy to leave the credits for wordpress and theme etc, just wondered can I add to it? My blog is http://paulthompsonstudio.wordpress.com/ and theme is Theme: Clean Home by Mid Mo Design. Any help would be fantastic. CheersThe blog I need help with is: (visible only to logged in users)
-
-
Hi. I think what you are asking can’t be done at WordPress.com as it would involve editing the PHP code (which we can’t do here). This being said, you can do some cosmetic changes via the Custom Design upgrade, but nothing that changes the way the theme behaves.
You may consider switching to a theme that displays the information elsewhere on the post. The theme showcase is at http://theme.wordpress.com
As for the “All rights reserved” mention, you can either add it manually to each post or you can insert a text widget.
-
It can be done with the Custom Design Upgrade and modifications to the CSS. If you want to see that in action, you can add this to the CSS edit window at appearance > custom design > CSS and then use the preview function to see what it would look like. There is probably some more tweaking with spacing and such that would be needed. I just wanted to give you an idea of what it would look like.
.hentry { position: relative; } .hentry .post-meta { position: absolute; bottom: 5px; } -
-
-
-
- The topic ‘Moving tags/author etc under image?’ is closed to new replies.