Aug 2006
28 04:55pm
Hi fellows. Here are three other variations of the Transinnova Black theme. Variations are in Blue, Red, and Green. Feel free to download and use them. I’d be glad if you can link back to this site but that’s just a request, not a requirement.
And oh, btw, don’t forget to post your comments about the themes below. I’ll be glad to hear suggestions, comments, and bug reports from you.



Again, post your comments below. I’ll be glad to hear from you.
September 25th, 2006 at 10:34 am
Nice theme, I chose the blue one for my blog.
September 25th, 2006 at 7:35 pm
thanks halr9000!
November 16th, 2006 at 5:04 am
Thanks for the red theme Mike, I love it (Sorry I had to spoil it with my blog!)
December 3rd, 2006 at 3:45 am
Thanks for the theme - using this plus a couple of plugins has totally worked for us as a quick and easy CMS. I guess it’s making the categories into tabs that does it… anyway thanks for making updating our lowly nonprofit site about 50x easier than it was before.
December 4th, 2006 at 11:37 am
Thanks and you’re welcome Christopher. I’m happy to know that my simple theme has helped.
March 20th, 2007 at 2:25 am
Hello Mike
Was wondering if we could connect by email and if you would be able to answer some questions about possibly changing the colors on the theme and adding a header graphic as well.
Hope to here from you.
Thanks
Ken
March 20th, 2007 at 10:10 am
hi Ken… feel free to edit the template as much as you wish.
April 10th, 2007 at 7:17 am
Love the theme. Do you have one in black by any chance?
Thanks
April 11th, 2007 at 10:06 am
yes, it does come in black. you can get it here:
http://download.mikelopez.info/2006/08/28/transinnova-black-wordpress-theme/
April 25th, 2008 at 11:53 pm
Hi Mike,
Just a wee tweak was needed to use the theme under OpenBSD and PHP 5:
header.php, line 30:
change the ‘<?=’ to ” tags to ‘); ?>’
Without this, the page was displaying ” in the search box
Cheers!
April 25th, 2008 at 11:57 pm
Hi Mike,
Just a wee tweak was needed to use the theme under OpenBSD and PHP 5:
header.php, line 30:
change the <?= tags to <?php echo(
and change the corresponding ending tag ?> to ); ?>
Without this, the page was displaying <?=$default_search;?> in the search box
Cheers!