January
10
Lines Dark Grey [Wordpress Theme]
Lines Dark Grey is a dark grey coloured theme with lines for Wordpress Blogging system, similar to the 2cDarkGrey . The sidebar is on the left side. It has two versions.
- Has “Add to MyYahoo!“, “Add to Google” tags.
- Has del.icio.us and technorati tags after posts.
- Use class=”articleimg” tag for images to appear on right , and class=”articleimgleft” tag for images to appear on left.
- For any sort of problems / suggestion / theme customization, Please contact us.
Preview : http://www.sreejith.net/index.php?wptheme=Dark-Grey-Lines
Download :
For navigation links to be Custom : .Rar [9.5 KB] | .Zip [11.5 KB]
(Note that the “pages” (not posts) menu would not be shown in sidebar. You can edit the links.php for custom links on top navigation bar. Works nice if you don’t have any pages.)For navigation links to be Pages : .Rar [9.5 KB] | .Zip [11.5 KB]
(Pages appear as Top navigation links, Note that this won’t work on PHP 5.0)
Posted under Wordpress Themes |
RSS 2.0
February 10th, 2006 at 12:07 am
not working well on IE .. FF is fine .. but fix it for IE plz
February 10th, 2006 at 8:35 am
Seems fine here, whats the prob ?
February 13th, 2006 at 1:59 am
Hey men, i take some elements of this theme to make my own theme, please, check it, c-ya.
March 7th, 2006 at 8:16 am
[...] Lines Dark Grey NEW [...]
March 10th, 2006 at 11:52 pm
Hi,
Great theme! It navigates and works very well. I was looking at your 2cDarkGrey theme, but I like the sidebar on the left and how the sidebar doesn’t change in a single post. Some hopeful-helpful feedback:
1. In the comments, if they are closed, it will read
No Comments
No comments yet.
Comments closed.
These all have a purpose but I like things streamlined, so I just deleted the text for ‘No comments yet’ and ‘Comments closed.’ True, when comments are closed it won’t say ‘Comments closed’, but ‘No Comments’ communicates that too.
Question: When there are comments, I’d line to insert a line between my text in the post and the comments. How do I do that?
2. Navigation to other posts below the comment box. I moved it above the Comments. I figured some people won’t scroll to the bottom.
3. The bullet-squares are kind of funny – in IE, sometimes they’re all there, some there, and other times not there at all. (Note: May be due to my own sidebar modifications).
4. Some ‘post title’ issues where the title is on the dividing line between posts.
Great piece of work! Thanks, Garrett
March 11th, 2006 at 1:14 pm
Hey Gerret,
Actually I made this theme in a hurry, so could not look into it properly. I am also aware of “post title” dashed underline getting over the title sometimes, in some browsers.
But am so lazy ^_^ *yawns* . Anyway thanks for the comments & suggestions, Gerret .
March 14th, 2006 at 11:10 pm
hanks - that did the trick - looks great in IE
One more quick question - do you have the code to show the recent posts for this theme. I see that it pulls categories, but I can’t get it to show the recent posts in the sidebar.
dj
March 14th, 2006 at 11:18 pm
put this in sidebar
<?php wp_get_archives('type=postbypost&limit=6');?>March 29th, 2006 at 9:10 am
great theme.
I would try it to my next net label section.
many many thanks for your excellent work.
April 10th, 2006 at 10:13 am
[...] lines dark grey (by GFXedit) blue 0.3 (by damn.be) altitude (by theme workshop) beast-blog (by Mike Cherim) stripped (by dryan) unity (by dryan) [...]
May 1st, 2006 at 8:35 pm
I have the same problem:
“The bullet-squares are kind of funny – in IE, sometimes they’re all there, some there, and other times not there at all.”
Can you fix this?.
Thanks a lot for your work!.
JM.
May 1st, 2006 at 8:39 pm
“I am also aware of “post title†dashed underline getting over the title sometimes, in some browsers.”
I have this problem too. Can you fix those problems?. This theme is good, but please fix those problems!, Thanks!.
May 20th, 2006 at 11:39 am
[...] Lines Dark Grey [...]
September 11th, 2006 at 4:24 am
Fixed the problem here:
http://nailsblog.com/2006/09/10/fixing-line-through-post-title/
Just a matter of adding a paragraph tag after a line of code in the Main Index Template.
October 23rd, 2006 at 8:13 pm
Great theme!
I was testing it on my site, and noticed how when there were multiple posts for one day, the titles were being overlapped by the separator. cldnails’ fix above can solve the problem. Another fix if you want, which I did because I like each post to have the date listed, is change this code in the main index template:
to
This will date each and every post, therefore eliminating the overlap issue. But if you don’t want each post dated, then the above fix can work just as well.
October 23rd, 2006 at 8:14 pm
I forgot I could not add code. So, replace this:
php the_date()
to
php the_time(’F j Y’)