This tutorial explains how to convert a Dreamweaver Template to a WordPress Theme.

Note: It helps if you are familiar with Dreamweaver Templates, HTML and CSS. If you think this tutorial is beyond your skill level, we can convert your Dreamweaver Template into a WordPress Theme.

Let’s Get Started

Through this process we’ll start by creating a blank Dreamweaver Templated page, we’ll detach it from the Dreamweaver Template, insert the WordPress loop, sidebar & header code, adjust the stylesheet a bit and finally break the page into the various WordPress include files typically used in a WordPress theme. We’ll be grabbing the WordPress loop, sidebar and header code from the Default WordPress Kubrick Theme and pasting it into the Dreamweaver Templated page.

I like to create a new page from the Dreamweaver Template I plan to convert and name it index.html, then I detach the file from the template to remove all the extra Dreamweaver Template mark up.

If you get stumped or don’t understand a part of my explanation, please leave a comment with your issue and I’ll try and follow up.. I’m usually pretty fast to respond.

[click to continue…]

{ 0 comments }

CSS Drop Menus

by Sammy Russo on September 28, 2011

HTML DogIf you are looking for an easy to use and understandable CSS Drop Menu tutorial you might want to keep reading. For the longest time I’ve always strayed customers away from using navigational drop menus for a couple of reasons; largely because they were not search engine friendly and very fickle if not programmed properly.  My biggest reason actually dealt with usability, I’ve always been a believer that you should never hide content from a web user. [click to continue…]

{ 0 comments }

Google +1

June 28, 2011

Google +1 is a new product that was launched March 2011 in Beta to select users. Now it is out of Beta and you will find ads for it within Adsense and other places on the web. Google +1 is Google’s version of Facebook’s Like button. It allows the sharing of recommendations with online connections [...]

Read the full article →

Organizing WP Pages with Page Parent Attribute

June 1, 2011

Before you start building out your CMS site with WordPress you should give some thought to the pages you need to create and how those pages need to be organized. In step 12 of the Development Process we created two pages (Home and Blog). For the sake of this explanation let’s say we want to [...]

Read the full article →

The Difference Between Worpdress Pages and Posts

April 26, 2011

I get asked quite often what’s  is the difference between WordPress Pages and Worpress Posts. The main difference is pages are static and posts are dynamic. Another way I like to say this is, pages are stationary and posts have legs. What this really means is that pages are meant for long term content that should [...]

Read the full article →

Creating the wp-config.php file

October 24, 2010

One of the steps in the WordPress installation process is creating the wp-config file. Once you download the file package from WordPress.org you need to unzip the package and extract the files to your hard drive. The package will be contained inside a worpress folder. Directly inside that wordpress folder is a file named wp-config-sample.php, [...]

Read the full article →

How To Find and Fix A Plugin Conflict

October 14, 2010

If you work with WordPress long enough you are bound to run into a fatal error from time to time.  These sometimes pop up when there is a plugin conflict. That means there is a plugin that doesn’t play nice another plugin.  I came across this very thing recently while when I was working with [...]

Read the full article →

Introduction to the WordPress WYSIWYG Editor Part 1

October 4, 2010

Part 1 in a series of 2 video tutorials..  an introduction to the WordPress WYSIWYG Content Editor Toolbar.  The tools are pretty much self explanatory but not all minds think and operate alike. This video introduction to the WordPress WYSIWYG content editor covers the first row of tools and introduces the kitchen sink button which [...]

Read the full article →

Uploading Media (PDF) To WordPress

September 27, 2010

Yet another media uploading tutorial for WordPress. Hope you enjoy… and please leave an comments or questions below. Thanks for visiting.

Read the full article →

Uploading Images To WordPress

September 25, 2010

Another tutorial from my WordPress Beginners Series… uploading images and other media to WordPress and adding them into your pages and posts.

Read the full article →