Welcome

Creating beautiful hand drawn websites for you…

Services available include anything from a simple button to a full site creation. Using the powerful and versatile WordPress structure your site can be as simple as a diary to a fully functioning CMS or e-commerce solution.

I’ve documented some useful hints and tips which can be found in the blog.

Get a $25 discount if sign up with Dreamhost.com using my promo code. Details here.

Any questions about wordpress, blogging, or the current state of the universe (preferably this one) can be left here and I will do my best to answer them in a post as soon as possible…

My latest posts:

Problems posting youtube on facebook

If you are having problems embedding youtube videos on your facebook wall or page (sometimes they don’t show the description and thumbnail and show a captcha or human verification graphic instead simply put a semi colon after the link. This may be due to a copyright issue or bug. This doesn’t always work but is [...]

Using custom fields in WordPress

(This is really a PS to the previous post) The following code can be placed anywhere in your php to call data entered in the custom field section of your post/page editing area. For example you could place it within your ‘head’ tags to include keywords for SEO. The function name I’ve called ‘customfunction’ (can [...]

Creating individual custom style sheets for different posts or pages

You may wish to create a different look for an individual post or page. This could be as simple as using a different background image called with a CSS class (use the post/page name or ID number as the class definition. You may want to do something slightly more drastic that involves an entirely new [...]

How to place a facebook ‘like’ button on a wordpress post or page

As Facebook gradually battles Google for interstellar supremacy you’ll probably want to integrate a ‘like’ button directly into your posts or pages – just like the one after this post…

Placing dynamic post excerpts onto a static page template

If you require a page (home or otherwise) that contains editable content plus a dynamic list of excerpts of new posts then read on (wordpress).