Quote:
Originally Posted by everygirlssecret
Hi.
In the earlier version I was able to add Written By: and Print: and Email: etc to the page footer. Also thee was the option to leave a comment!!!!
Now I have no idea how. The Post / Page Info button crashes my computer every time I try it. Please help!!
|
Your post footers behave as if you had 3.1.3 running although your style.ss says 3.1.7. Please post what you have in Atahualpa Theme Options -> Post/Page Info Items -> FOOTER: Homepage
If there are any backslashes
\ remove all of them, click "Save changes" and check your site again. You might have an old configuration there, one that was created (and messed up) by theme version 3.1.3
Quote:
Originally Posted by everygirlssecret
Also, I want to add an image to the top of my left sidebar. Where would I go to do this?
|
Add the html code to a text widget and place it in top of the left sidebar, i.e.:
HTML Code:
<img src="/wp-content/themes/atahualpa3/images/myimage.gif" alt="" width="150" height="100" />
Quote:
Originally Posted by everygirlssecret
I also would like an image in the background of my logo area. Where would I go to do this?
|
See Atahualpa Theme Options -> Header -> Logo Area: Styling
HTML Code:
background-image: url(images/mybackground.jpg) top left no-repeat;