Feb 2, 2009 0
How to turn GridFocus WordPress Theme Into 2 Columns
I love the GridFocus theme by Derek Punsalan found at 5thirtyone.com.
The only thing I would change, is i’d rather it be even more simple as in two columns instead of three. I’m not expert with WordPress, so take this simple 12 step program for what it’s worth. Here’s my quick guide to removing the third column. I hope it’s the correct way to do it:
1. Log into your dashboard, go to Appearance, then Editor.
2. Select the stylesheet, style.css
3. Find #mainColumn about half way down.
4. Change the width from 420px to 640px. Save.
5. Select Single Post, single.php.
6. Comment out the second column found at the bottom, Example:
Original:
<?php include (TEMPLATEPATH . ‘/second.column.post.php’); ?>
New:
<!—<?php include (TEMPLATEPATH . ‘/second.column.post.php’); ?>—>
7. Save
8. Select Main Index Template, index.php.
9. Repeat Step #6 and #7.
10. Select Page Template, page.php.
11. Repeat Step #6 and #7.
12. When using widgets, put them in the Shared space.