I have an existing website which is HTML/CSS based.
I’d love to be able to add a “blogs” section to the page which contains a blogger-type engine that my compadres can update and edit easily, and to which people can upload comments.
I’ve been reading about wordpress and similar- but I’m having trouble understanding whether these tools will do what I need, and if I’m going to need to learn PHP to accomplish this. My experimenting time is at a premium, so I thought I’d put it to the crowd:
What is the best way to integrate a blog into my page that
has basic comment functionality
can be updated by mutiple users blogger-style
will allow articles to be indexed as my site’s content in search engines
Looks like GoDaddy has something called QuickBlog that can be added on to your hosting account for a couple bucks a month. I’ve never used it, but that might be the call if you don’t feel like installing Wordpress, Movable Type or something similar yourself.
to be honest, if you’ve got a database and php on your hosting then i’d say hands down the quickest and easiest thing to do is to wack wordpress on it.
It’s almost literally a two click installation and you potentially never even need to touch php if you find a theme you like and don’t customise any plugins yourself.
What I did was took a basic template and changed the design to look the way I wanted, while keeping all the PHP coding in there. You can do most of it just by tweaking the CSS. Good luck!
Its pretty simple once you get your brain round it - trust me.
If you need a hand or have questions drop me a line if you want. I’ve set up dozens of the things (including some with serious customisation) for clients so i know wordpress pretty well these days.