June
23
SoftRed [Wordpress Theme]
SoftRed 1.0, 2 Coloumn Theme for wordpress blogging system. Tested on Firefox, IE, Opera, Camino, Safari.
Features & Notes:
- Has del.icio.us and technorati (cosmos) tags after posts.
- Use class=â€articleimg†tag for images to appear on right , and class=â€articleimgleft†tag for images to appear on left.
- Add to Google & Add to Yahoo! Tags in sidebar
Preview at Flickr
Download : SoftRed v1.0 WP theme (Mirror)
Posted under Wordpress Themes |
RSS 2.0
February 8th, 2006 at 12:16 pm
[...] SoftRed 1.0, Theme for wordpress blogging system. [...]
February 26th, 2006 at 10:46 pm
Hi
Its kool. Let me download and apply on my blog. Can’t wait.
Regards,
Fahd Murtaza
March 25th, 2006 at 11:50 pm
Slight problem with this theme. There is no “Next Page” at the bottom of all my pages. If you can tell me what to put and where I can do it myself.
Otherwise I LOVE this theme.
Jean
March 26th, 2006 at 12:31 pm
In Index.php, Find this
and add this after that
April 7th, 2006 at 4:46 am
[...] SoftRed [...]
April 22nd, 2006 at 4:51 am
How would I go about adding a light parchment color/texture as the background (to replace all white)?
May 3rd, 2006 at 5:31 pm
I love this theme! How would I go about changing the order of the link categories in the menu?
May 3rd, 2006 at 9:46 pm
Lauren, you need to change the background colour of the “id” or “class” in the css file.
Jacob, Are you reffering to the order of link categories like alphabetic or higher post etc. ? If yes it can be done in your Admin panel under options.
May 4th, 2006 at 1:02 am
I’m not referring to the order of the links within each category, which is what I’ve been able to change in the administration panel. What I want to change is the order of the link categories. For example, my categories are:
Pictures
My Links
Friends’ Sites
Other Links
That is the order I would like the categories to appear in, but when I apply this theme, it changes the order of the categories, but keeps the links alphabetized within each category.
May 4th, 2006 at 10:10 am
Try this, In your sidebar.php search for
<?php list_cats(0, ”, ‘name’, ‘ASC’, ‘/’, true, 0, 0); ?>
and replace it with
<?php wp_list_cats(); ?>
May 9th, 2006 at 10:20 pm
Would it be possible to make this resizeable?
May 11th, 2006 at 7:54 pm
How would I go about removing the logo from the upper right of this theme? I imagine that I need to remove any references to logo.gif from all the theme files, but since I don’t know anything about PHP I don’t know if that would mess anything up.
May 11th, 2006 at 9:39 pm
Hey Jacob in your style.css , replace this
#header {
text-align: left;
padding-left: 20px;
height: 65px;
background: right no-repeat url(”images/logo.gif”);
}
with this
#header {
text-align: left;
padding-left: 20px;
height: 65px;
}
May 12th, 2006 at 8:06 am
Jacob, just comment out line 45 in style.css.
/*background: right no-repeat url("images/logo.gif");*/
When you click a blog entry, how do you get all of the items to appear from the sidebar? The sidebar is complete on the main page, but not when you click a blog entry…
http://onthepharm.net/
Any way to fix this?
May 14th, 2006 at 11:45 am
Hey Rian ,
Replace this sidebar.php with your
May 18th, 2006 at 8:47 am
Thanks for the help. I went ahead and downloaded the sidebar.php you posted for Rian because I wanted the full sidebar to appear on all my pages as well. But when I installed the new sidebar.php it caused the “Archives” category to appear after each and every one of my other link categories.
http://www.centraltruth.net
How can I fix this? Thanks
May 20th, 2006 at 12:01 pm
[...] SoftRed [...]
May 23rd, 2006 at 10:02 am
err , I have corrected it, Jacob :) . PLease download it again
May 24th, 2006 at 7:42 pm
Thanks, the new sidebar works like a charm. I think I have only two last questions. I’ve got 4 static pages posted on my site, and I have comments disabled for those pages. But the comment field still appears at the bottom of them, as does a link to view the comments, even though none can exist. How can I remove this from my pages?
Also, I’d like to create several static pages that have one of my other pages as parents. But I don’t want these subpages to appear in the bar where the other pages appear. How can I do this? Thanks.
June 5th, 2006 at 1:01 pm
Nice theme :)
Possible to make a 3 column SoftRed? Already have left hand sidebar, add another right hand sidebar.
October 19th, 2006 at 2:02 pm
Afflicted I do not speak quite English. Veiled when I click on a category, the sidebar disparait and there remains only the menu seeks. As to make so that the sidebar remains fixed? Thank you
October 20th, 2006 at 5:59 pm
Hi Carreno, I have made the sidebar to show up that way, could you please mail me about the problem to me.sreejith AT gmail.com ?
October 20th, 2006 at 8:25 pm
Hi Sreejith
Hope you are doing great.
This is a good theme. I liked it a lot. but I want few things to be added on to this..one is that the tagline should appear in the header and the other is calender.
Can you help me out for this?
Sreejith
October 22nd, 2006 at 6:02 pm
By “Tagline” are you reffering to Description ?
—
To add a calender, open your sidebar.php and add the below code where you wish to put your cal.
<h2>Calender</h2>
<?php get_calendar(); ?>