Mar 15 2005

GreenTrack theme

Published by Andrew at 10:36 AM under Uncategorized

GreenTrack is the theme used on this site (well, most of the time. I go back and forth between that and Plain Vanilla)
I’ve made a few corrections to the PHP. One is an update to the WP 1.5 way of entering / exiting “The Loop” from the WP 1.2 method. The other fixes an HTML code error.
Here’s the diff:


31,32c30
< 
< 
—
>                    < ?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
37,38c35
< 
< 
—
>                    < ?php endforeach; else: ?>
69,73c66
< 
<
  • < ?php wp_register('', ''); ?> — >
  • < ?php wp_register(); ?>
  • View this post on my blog