Posts Tagged ‘Thesis’

How do I enable support for WordPress 3.0 Menus in Thesis?

Friday, June 18th, 2010

One of the new features in WordPress 3.0 is the Menu generator. This lets you create menus containing categories, pages, and links all together. However, many themes have not yet released updates to enable this functionality. In this tutorial, I will show you how to enable your Thesis powered blog to take advantage of the menus feature.

You will need to edit your custom_functions.php. Enter the following lines below all code already there, but above the ?>:

(more…)

How do I Add a Feature Box to Thesis (Without using a Featured Category)?

Wednesday, May 26th, 2010

There are many tutorials out there about adding a feature box to Thesis, but they all have one fatal flaw: they tell you to use a “Featured” category. This seems innocuous enough, but it causes unwanted results for my clients: they now have a category that shows up in widgets and other areas of the blog. In this tutorial, I will show you how to implement the feature box by using custom fields.

First, we will need to set up the code for the feature box. You do this by going to your WordPress admin area and selecting “Thesis” >> “Custom File Editor”. Once there, select “custom_functions.php” from the dropbox near the top of the page, just above the text area. Then click the “Edit Selected File” button just to the right. Now, copy the following code and paste it into your text area below everything already there:
(more…)