First WordPress Theme
December 5th, 2006 Filed in: News & Updates Jump to comments
After a long wait, my first WordPress theme, GlossyBlue is finally released! It is a glossy hi-tech theme with some of my Web 2 Mini icons. Check it out if you are looking for a WordPress theme for your blog. This is my first WP theme, so let me know if you find any bug, although I have tested on most major browsers (Safari, Firefox, Internet Explorer, and Opera) on both PC and Mac.
Any questions, comments, or suggestions regarding this theme, please use the comment form below to post your message.


December 14th, 2006 at 9:05 pm
Hey there Nick. You’ve heard from me already however I need some assistance in regards to your template. Would you prefer I contact you using these comments, MSN Messenger (if you have it) or e-mail?
Thanks and get back to me soon.
December 14th, 2006 at 4:51 pm
Hi Nick,
I luv ur theme, it is really great! However I found three minor minor “flaws” in the CSS.
When there is no next or previous page, your theme still shows the green arrow.
Just adding “a” to the end of .previous-entries and .next-entries does the trick (then .previous-entries a {… and .next-entries a {…)
The other one is in h1 where you refer to header-icon.gif which does not come with the images.
The third “flaw” is the #nav which you do not use at all…
Again, really great and thanks for sharing your theme (I converted it to 3 columns).
Seb
December 14th, 2006 at 11:17 am
Simply amazing! I’ve been following this site back from 2005 and just can get enough of it. Your work is realy great. Thanks for sharing.
December 14th, 2006 at 10:16 am
Beautiful theme, I will include this in my third list of best WordPress themes.
December 14th, 2006 at 8:28 am
Nick,
could you include any localization support? So, your theme should be amazing.
Thank you.
December 13th, 2006 at 10:36 pm
I must say I like it very much. I did lot of search for good WP themes lately(made some of my favorites available online, too) and this is the one I was searching for. My next blog will use it for sure.
Thanks for your work, it is appreciated.
December 13th, 2006 at 5:22 pm
I found your site by searching for Christmas icons. I love the ones you have created and also LOVE the GlossyBlue WordPress theme! I’m going to use it right after Christmas!
December 13th, 2006 at 10:17 am
Hey nick!
1- How to edit the page parent? If i make page parent of one, the botton menĂ¹ is confused.
2- How to post for example “tutorial” not in a category, but in a page created by me.
Thanks a lot!
December 13th, 2006 at 8:46 am
Thanks Nick.
The images hasn’t border now. But the edit link doesnt’ appear yet. It’s strange, whenever I put the edit_post_link() it doesn’t works.
December 12th, 2006 at 11:53 pm
Pierre - that is “content-bg.gif” at #page rule.
BatU - to remove the image border, add this to style.css:
img {
border: none;
}
To add the edit post link, add this to single.php (right after <?php the_content(); ?>):
<?php edit_post_link('Edit', '', ''); ?>