Commercial use icons

I think most people know of Iconfinder as a good resource for icons to use commercially but I came across Find Icons recently which has similar content but a bit more varied. Worth bookmarking.

Filed under: Icons | 0 comments

Post image above post title

I found quite a simple way to place a post image above a post title today using the post thumbnail feature.

Open functions.php and add the following code:

if ( function_exists( 'add_theme_support' ) )
add_theme_support( 'post-thumbnails' );

Open index.php and paste

< ?php the_post_thumbnail(); ?>

above the existing line

When you start writing a new post you should now have a ‘featured image’ box under the ‘post tags’ box on the bottom right hand side of the page. Click the ‘set featured image’ link and the flash image uploader will start. Use it as you normally would but then instead of clicking the ‘insert into post’ button, click the ‘use as featured image’ link. Publish your post and the image is now above the title.

You also need to update single.php, category.php and archive.php in the same way.

Filed under: Wordpress | 0 comments

Work contd.

This is the place where old and newish that don’t feature in the main work page will be posted.

Continue reading »

Filed under: Designs | 0 comments

You need a kaftan

I’ve been slacking on the posting front a bit. OK, quite a lot. Work has been hectic with deadlines and last minute changes for sites including one of note which seems to have made a positive impression here and across the Atlantic as it was picked up by the Daily Candy. If you thought you didn’t need a kaftan think again. tallulahandhope.com

Filed under: Netrino, Personal | 0 comments