Hey guys, I was wondering what php solution do you use for blog on your sites.
I've seen so many portfolio pages with blog on them, I want to create one myself but after trying to integrate existing systems and other websites i end up with a result, that looks completely different from my site. I want to be able to customize the looks so it's going to be like my other pages.
Anybody can give an advice on the matter?
Replies
I suggest Wordpress. It's easy to install and widely used so there are a ton of free themes and plugins. If you know a little CSS, you can also edit themes really easily to more suite your tastes.
Another, and easier route, would be to intentionally chose a minimalistic blog theme. A lot of people do this because it doesn't conflict with your existing portfolio's design as much. Unless you're looking for job as a UI designer, no one's going to worry about how your blog looks as long as it's kept up to date and easy to use.
Even if you're fairly new to it, you can swap out some color palettes and background images, which should go quite a ways.
Connect them so if you open say blog.php you stay on my site but you see blog on it.
Id say im mediocre when it comes to php, css or html
Wordpress is a blogging platform, the main goal is blogging. You can change it however you want. There a gazillion free themes to choose from.
I think i'm kinda confused though. Are you just looking to add a blog to your existing portfolio?
Have you tried giving wordpress a try? You can screw around with it fairly safely in a subdomain like wwww.portfoliosite.com/testblog. You should be able to at least get your own header in, and underneath load the blog.
If you know enough to write a page from scratch, then yes. Authoring a Wordpress theme is actually pretty easy. You just write a page in "blog" format, then break it up into various PHP files that Wordpress re-assembles into a functioning blog. There's plenty of tutorials on how to do that.
It seems to work for me. Small blog, simple functions, just what I needed.
SureNews