Page 29 - typo alert
Apr 20th, 2008 | By webmaster | Category: Updates, fixes, additions
There’s a typo in my book. You need to know about it:
On page 29 of my book, it says:
1. Open the file called header.php in wp-content > themes > branfordmagazine
2. In your theme’s header.php, scroll down to see this code:
<div id=”rightcol”>
<?php
// enter the IDs of which categories you want to display
$display_categories = array(3,4,5,6);
The numbers 3,4,5,6 are the four categories that are currently featured in that right
column. The most recent article from each of them will be featured there.
That’s a typo. The PHP file is actually index.php.
(Thanks to Jen for catching that error. Five people proofread the book, and not one of them noticed it. That makes me feel a little less sheepish about such an obvious error, but I’m still embarrassed by it.)
This mistake will be corrected in the next edition of the book, and I’ll have a replacement page available for existing book owners.
Be sure to sign up for my newsletter (the signup form is in the lower right column on this page) to find out about book updates. (Updates are always free to people who’ve bought the book.)

