Become a T4L Fan Follow T4L on Twitter Subscribe to T4L Receive Email Updates

Thesis

May 3, 2010

Thesis: Using the New Page Redirect Feature in Version 1.7

In my earlier post about new features in Thesis 1.7, I mentioned that I was having a problem with the new page redirect feature. I now have a solution to the problem, so I'm going to explain how the feature works and then what to do if you have the same problem.
> continue reading

{ 5 comments }

Thumbnail image for Thesis: More New Features in Version 1.7

Thesis: More New Features in Version 1.7

A look at several enhancements in Thesis 1.7.

> Read the full article
Thumbnail image for Thesis: Reorganized Options Panels and New Options Manager in Version 1.7

Thesis: Reorganized Options Panels and New Options Manager in Version 1.7

In the previous version of Thesis, there were three panels of options: Thesis Options, Design Options, and Custom File Editor. Now the overarching title is simply Thesis, and it comes with five panels: Site Options, Design Options, Page Options, Custom File Editor, and Manage Options.

> Read the full article
Thumbnail image for Thesis: New SEO Options in Version 1.7

Thesis: New SEO Options in Version 1.7

A look at the new features related to search engine optimization in Thesis version 1.7.

> Read the full article
Thumbnail image for Thesis Version 1.7 Now Available

Thesis Version 1.7 Now Available

Last week, DIYthemes released Thesis version 1.7, an upgrade that includes new options for search engine optimization (SEO), behind-the-scenes performance enhancements, some interface changes, and my favourite part--an Options Manager that lets you save the settings you make in the options panels to easily reuse them on other sites.

> Read the full article
Thumbnail image for Thesis: Replacing List Bullets with Images Using CSS

Thesis: Replacing List Bullets with Images Using CSS

Replacing standard HTML list bullets with images can be a great way to tie them into your overall theme and make your site more visually appealing.

> Read the full article

Thesis: Format Previous Entries Pages Like Your Home Page

When you set up a WordPress blog, you can use the WP Settings > Reading panel to limit how many posts appear on a "blog" page, i.e. any page that displays a list of posts. When you have more than that many posts, you get Previous Entries and Next Entries links at the bottom of the page that let you navigate through them all. This is referred to as pagination.

> Read the full article

Thesis QuickTip: Adding Thumbnails to Your Teasers

I love the teaser feature of Thesis, where you have two columns of shorter blurbs linking to older blog posts. You can get a lot more links on your home page without making visitors have to scroll forever. However, by default, the teasers only display text, which is a little bland. And it's a real waste for sites that have a lot of attractive imagery in their posts, like photography, travel, and food blogs. Fortunately, it's very easy to add images to your teasers and Thesis offers several options for sizing and positioning them without requiring any coding at all.

> Read the full article

Thesis: Applying Functions Only to Specific Pages

In an earlier post, I showed you how to write a simple function that places a text box above the headline of your pages. But you don't always want certain content or functionality to apply to every single page on your site. In this post, I'm going to introduce you to conditional statements, which let you specify which pages your function will apply to.

> Read the full article

Thesis: Where Do You Put the Code?

In an earlier post I described how to write a simple custom function that would add a small piece of content into a specific location on your web page. One point of confusion that occasionally comes up is where you actually put this code.

> Read the full article

What is the Thesis Theme and Why Would You Want It?

Today I'm taking a step back from posting tips on how to use Thesis and instead will explain a bit about what the theme is and why you might be interested in using it.

> Read the full article

Thesis: The Basic Anatomy of a Custom Function

In my previous post, What Are Hooks and How Do You Use Them?, I explained that hooks are simply placeholders within the Thesis code where you can insert your own code to add extra content or functionality to your theme. These pieces of code are called functions and, in this post, I'm going to explain the basics of writing one.

> Read the full article

Thesis: To OpenHook or Not to OpenHook?

I want to preface this post by saying I'm in awe of both the quantity and quality of plugins that people have developed for bloggers to use for free--the WordPress directory alone has almost 8,000. I use a handful of them myself (and have tried out many, many more). Some add extra functionality to the people visiting the blog, while others simply help the bloggers do what they need to do faster or more easily. Thesis OpenHook fits into the latter category.

> Read the full article