Bloody Gray Theme

stitzelj

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/">&lt;?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&gt; and <a href="">Bloody Gray Theme</a>

should be

<a href="http://wordpress.org/">WordPress</a&gt; 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.

  1. stitzelj
    Member

    It looks like the theme isn't complete IE-compatible, either - the sidebar slides partway down when you load it in Internet Explorer.

    Posted 6 years ago #
  2. Aditya
    Key Master

    thanks for pointing this out. I'll fix them in the next release

    Posted 6 years ago #
  3. kyiver
    Member

    Hi!
    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.

    Posted 5 years ago #
  4. tomshark
    Member

    Theme 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?

    Posted 5 years ago #

Reply

You must log in to post.