shrubbery
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Trouble with adding an image to HeaderIn your header.php file there is a link to /images/header_textimage.jpg
Simply replace this image with the image of your choice in the theme’s images folder.
Forum: Themes and Templates
In reply to: How do I add, ‘Written by… name’ w/ CSSJust below the <?php the_title(); ?> heading, try inserting <?php the_author(); ?>.
Information on implementing this can be found at: http://codex.ww.wp.xz.cn/Template_Tags/the_author
Forum: Themes and Templates
In reply to: HOW DO I UPLOAD A THEME TO MY BLOGIf this isn’t a WordPress theme there is no way it is going to work for your blog. You’ll need to either find a different theme or have your theme ported to WordPress by a theme designer.
Forum: Themes and Templates
In reply to: Several problems with new themeYes, this is definitely something the theme developers would need to help you with. If they aren’t getting back to you by email, try finding them on Twitter.
Forum: Themes and Templates
In reply to: Centering the blog title?You’d need to let me take a look at the theme. Alternatively, open header.php and look for an H2 heading. If there is one and it’s inside a div (e.g. header), create the following CSS rule:
#header h2 {text-align: center;}
This of course assumes your title is text, not an image.
Forum: Fixing WordPress
In reply to: Bolt WordPress on to existing siteThanks for the quick response. I got it working perfectly first time.