How to setup a blog for an existing website?

Associate
Joined
2 Nov 2007
Posts
488
Hey all,

I have a website that i created and want to now add on a blog (blog.example.com) . The website is pretty standard static HTML / CSS.

I would think its pretty easy to actually install the blog (just put Worpress on the webhost) but what im worried about is actually skinning it to integrate with the rest of the site.

I have absolutely no experience with Worpress so have no idea if i would need to skin it or how hard it would be - any ideas?

Cheers
 
You'd skin it in pretty much the same way you created your site HTML/CSS. There's so PHP involved if you want to change the way articles are display and what information the user sees.

The Wordpress documentation is very good at helping out new users.

http://codex.wordpress.org/Main_Page

Just download and install MAMP (Mac) or WAMP (Windows) install Wordpress and get experimenting. Once you get into it, its very easy.
 
Thanks for the reply.

Ive just got an install up and running with the default TwentTen skin. Under the Appearances tab, i can see i can edit the CSS of the theme - should i just paste in my original CSS? Or do i need to create a new personal theme (somehow)?

By the way, did you mean theres "only" PHP involved, or "no" PHP involved?

Cheers
 
+1 for the above, but I always point people in the direction of making a custom child theme of twentyten (the default theme). You can just add/remove/change bits without really affecting stuff, and if you make an error, just remove the css/code and all goes back to being as it was. You can keep the custom header and other nice stuff and build up from there. You could always get a nice free theme and go from there if you wish...

If you want any help, then give us a shout...
 
Back
Top Bottom