Bloody Gray Theme
A couple of tweaks in your Bloody Gray theme I spotted (and fixed on my own copy):
In the header.php file:
<h1><a href="http://web2.0sandbox.com/wpthemes/"><?php bloginfo('name'); ?></a> | <span class="description"><?php bloginfo('description'); ?></span></h1>
should be
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a> | <span class="description"><?php bloginfo('description'); ?></span></h1>
And in the footer.php file:
<a href="http://wordpress.org/">WordPress</a> and <a href="">Bloody Gray Theme</a>
should be
<a href="http://wordpress.org/">WordPress</a> and <a href="http://www.adityanaik.com/projects/themes/bloody-gray-theme/">Bloody Gray Theme</a>
Just thought I'd point those out for you.
-
-
thanks for pointing this out. I'll fix them in the next release
-
kyiver
MemberHi!
I was wondering if it's possible to add widgets functionality to this theme? Didn't you plan to change current sidebar for dynamic one? I like the minimalist design of theme, though it would be great to extend its functionality. -
tomshark
MemberTheme still is not IE compatible. I'm having issues with both ordered and unordered lists in IE. Would you say that's just the way it is?
Reply
You must log in to post.
It looks like the theme isn't complete IE-compatible, either - the sidebar slides partway down when you load it in Internet Explorer.