You are here: Home » Search for "thesis"

Search: thesis

Thesis Theme 1.5 with WordPress 2.8

Post image for Thesis Theme 1.5 with WordPress 2.8

by Anthony on 20 May, 2009

I’ve been playing with the newest version of WordPress (2.8), which is due to be released in the near future.  It features a completely new way of writing Widgets, so I’ve been testing that out.

I discovered a clash with my favourite wordpress theme, the Thesis framework.  Took me a little while to figure it out, but I think I’ve solved the problem. [click to continue…]

{ 6 comments }

Thesis Tutorial – Creating New Widget Areas

March 28, 2009
Wordpress Thesis Tutorial - extra sidebars for extra widgets

[NoticeBox text="This tutorial deals with the Thesis wordpress theme. It may not mean much if you haven't worked with Thesis before."] The wonderful Thesis wordpress theme comes with two sidebars which are very configurable.  You can insert widgets into either sidebar, exactly as you wish. But what if you want to put a widget somewhere [...]

Read the full article →

Custom three-column widget-ready footer for Thesis

March 28, 2009

{code type=php} <?php /* * custom_functions.php * To provide a custom three-column widget-ready footer to your Thesis theme. */ // Remove the existing Thesis links from the footer remove_action(‘thesis_hook_footer’, ‘thesis_attribution’); remove_action(‘thesis_hook_footer’, ‘thesis_admin_link’); // Add three columns for our Footer widgets add_action(‘thesis_hook_footer’, ‘customFooter’); function customFooter() { ?> <div class=”col Footer1″> <ul class=”sidebar_list”> <?php if ( !function_exists(‘dynamic_sidebar’) [...]

Read the full article →

Tailored gets recognition

March 28, 2009
Thumbnail image for Tailored gets recognition

It’s always nice to receive recognition for your work. At my workplace, we’ve taken to using the Thesis theme and WordPress together for a lot of sites.  This combination gives us powerful content-management capabilities, backed up by a highly-customisable design framework and strong search engine optimisation.  When you add some custom-built plugins to the mix, [...]

Read the full article →

Relaunch of Tailored.com.au

February 18, 2009

For the past few weeks, we’ve been working on re-launching the Tailored Web Services site.  For a long time its been a painful mix of Blogger and static pages.  The design was also a bit outdated.  There’s a ton of content on this site, but poor navigation and structuring makes the good stuff very hard [...]

Read the full article →

The Internet is Really Really Big – November 2006 Statistics

November 7, 2006

The Netcraft November 2006 Web Survey shows some interesting results. Apparently, there are now over 100.1 million web sites on the internet. Thats up from 97.9 million last month. So apparently the we’ve had over 2.5 million sites pop-up in only one month. This leads me to wonder how many of these are contributing members [...]

Read the full article →