Posts Tagged ‘Css’

WordPress Theme from your Photoshop Design in Seconds

Monday, October 12th, 2009

http://psd2cssonline.com – now you can take your wordpress Theme Design in photoshop and convert it directly to all the code and images needed to be a real working wordpress theme. Just name some of the layers in your Photoshop PSD file right, upload to psd2css Online, and seconds later you’ll download a zip file with all of the code, files and images. Then just unzip it into your WordPress installation and it works!

Duration : 0:7:49

(more…)

Technorati Tags: , , , , , , , , , , , , , , , , , , , , , ,

How hard is it to write a wordpress theme to fit into an existing site?

Saturday, October 10th, 2009

Wordpress is up and running on my host — but it completely mismatches my site’s existing theme/CSS. How hard would it be to modify/write a new theme to make it fit in? Is there an easier way to do this?

It might take some time to wrap your head around the theming system but it boils down to defining a stylesheet file for the theme and at least one PHP page template based on the master ‘look’ of your site. Add PHP code in strategic places to insert the title, posts, widgets, etc. and let wordpress do the heavy lifting. Look at other themes as examples, particularly the ones that claim to be simple and CSS-oriented, they should be easier to decipher.

Everything you need to know is here:
http://codex.wordpress.org/Theme_Development

Technorati Tags: , , , , , , , , , ,