Note: This tutorial is an update to my original integration tutorial. While you’re welcome to jump straight to the tutorial, I encourage you to read the introduction first and get a heads up on who this tutorial is especially for and what it’s all about. – <!– Looking for WordPress Hosting? Check out Lunarpages.–>
New Book from Packt Publishers: WordPress Theme Design – Note: Packt has put together some excellent titles in the paste and I’ve been given the privilege of reviewing them in the past. They’ve published a new book on WordPress Theme Design and I highly recommend you give it a look.
Tutorial Introduction:
Back in 2005, I wrote a little tutorial for WordPress 1.5 on how to integrate wordpress with an existing website. Since then, with the release of WordPress 2.x, working with WordPress has become even easier. This tutorial is an update to my original tutorial and as it appears under a different name, I want to take a moment to clarify who this tutorial is for.
This tutorial is especially for:
1. People interested in learning how to build a WordPress theme from scratch or, more specifically, for those interested in taking an existing design and converting it into a beautifully working WordPress theme.
2. People interested in integrating WordPress with their existing website. As touched on lightly in my first tutorial, the best way to go about integration, in my experience, is to take your existing website and build a WordPress theme out of it, then apply that theme to your WordPress blog and voila, if all has gone well you have a perfect integration. It can require some handiness with CSS, but the principles covered in this tutorial will get you well on your way.
Extra Note on WordPress Integration:
As questions on integration are the ones I receive most often, I’ll take a few more moments to make sure your options are clear. In my experience, there are two ways to integrate WordPress with an existing website:
- One, you can install WordPress, write your posts, and then use PHP or Javascript to integrate the feed directly into your existing design. The drawback with this is if you want to include any links in the feed (for example, to read the rest of the post or add comments). If they click a link, it has to take them somewhere and by default they’ll go to your installation of WordPress which will most likely look nothing like your existing website.
- Two, you can take your existing design, tables or CSS, and create a WordPress theme that matches your site exactly. Then, apply it to your WordPress installation and you can now have a “/blog” (or whatever you decide to use WordPress for) that looks and feels exactly like your website. Thus, while it doesn’t actually sound like an integration, the result for your end users is the same: you’ve added the functionality of WordPress without sacrificing your design and now offer your users added functionality with total continuity. Read the rest of this entry »
Filed under: Blog, Komputer , Wordpress