Name of the new theme

I’ve had a number of people request the name of this new theme, so I figured I’d point you to the wonderful site where I got it!

The place where I snagged this one is: http://www.webdesignlessons.com/

I tend to look at new themes quite often, testing them out, seeing how they work, and ultimately deciding not to change mine.  However, this one I felt was really fun and nice, and I love the featured blog post up at the top of the page.  Definitely go check out some of their other themes!

Oh, I did make one slight hack to this theme, and that was to add a link to the comments from the little bubble next to the post.

That was done by taking this line:

    <h4><?php comments_number('0', '1', '%'); ?></h4> 

and replacing it with this one:

    <h4><?php comments_popup_link('0', '1', '%', 'commentslink'); ?></h4> 
on the following pages: index.php, search.php, single.php, and archive.php.

I also added the following css to the style.css page, allowing the comment number to be white instead of black:
    .post-top h4 a {
         color:#cdcdcd;
    }
That’s about it!  Hope you enjoy!

Categories:

Web

One Response

  1. manish says:

    hey jason, fortunately I got the same template and now I am using it.. We both have the same template yeehhh ! 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *