Posted by Sadish on February 08th 2007
FallSeason Theme updated for WP 2.1
![]()
All of our themes should work fine with the latest WordPress 2.1 release. but there may be some minor code changes to get it perfect with WP 2.1.
I finally found some time to do that for the “FallSeason” theme and uploaded it today.
Check it out !










Sadish,
Could you tell me which pages where updated. I made mods to this theme so need to be careful with upgrading.
Thanks
the theme zip, includes a changelog.txt
hi sadish!
i have a little question about the dashed border-bottom hyperlinks: i want to implement the same technique on my wordpress site, and i intend to keep the linked text, but not for the images. do you have any solution for my problem?
i’m not so good in css like you are, but i’m willing to learn. is there any way that one can separate the image links(”img” tag between “a” tag) from the regular ones?
you already are close to the solution.
if you say
a img {
border-bottom-width:0;
}
at the end of style.css, you would be able to achieve what you want.
hi Sadish,
Like Michael, I have made some mods,so want to be careful. I looked at changelog.txt. It looks like i would have to update the functions.php file, and the style.css file (incorporating my changes there).
What I’m not sure about is change 4 – “Pages do not show the category as “uncategorized”. Which file does this involve?
Thanks.
Hi,
I really like this theme (thanks for it!) and I would like to use it on my own, but I have one question:
Is it somehow possible to show the content of intro.php just on the first page of index page? You know, when there are more posts than can be displayed on it the index one is paged and intro is on the top of every part of it. And I would like to see it only once on the first part…
Thanks.
David,
Change number 4, is done in page.php. I am sorry for not mentioning it before.
pilgrim,
if you do not want it to show up if then you should open up
header.phpindex.php and look for?php include_once(TEMPLATEPATH.’/intro.php’);?
in index.php and change it to
?php if (!is_paged()) include_once(TEMPLATEPATH.’/intro.php’); ?
isn’t it easy ?
Sure it is!
But I’m not as good at PHP as I would like. Anyway thanks again for your help!
(Though it isn’t in header.php but index.php and of course it is necessary to use the correct quotation marks
hi sadish! (again)
the a img {border-bottom-width:0;} doesn’t work for some reason for me. maybe i screwed up the css so badly that it interferes with something. may i send you the file?