Win7blog
Donation
If you find my work useful and you want to encourage the development of more free resources, you can do it by donating...
Version: 0.5.1
Win7blog is a steady and fast wordpress theme with the appearance looks like the windows7 style. No plugins required, No JS embedded, it is designed to be fast, secure, useful and beautiful.
Feature
- Widgets supported
- Favicon supported (replace win7blog/images/favicon.ico with your icon, or simply use the default one)
- A custom recent comments widget, clear and neat
- A menu bar with categories/pages (or both) listed on
- Comments numbered
- Threaded (nested) comments supported (wordpress 2.7+ required)
- Comments page supported (wordpress 2.7+ required)
- Two alternative custom sticky post styles, one with mouse hover effects, one with simple text (wordpress 2.7+ required)
- SEO supported
- A backend configuration page with some custom options
Supported Languages
If your language is not listed HERE and you want to contribute a translation, follow these steps:
1. Download the latest version and install it to your blog.
2. Go to {template directory}/languages, you'll find a file named default.po that you have to rename to your WPLANG. (for example: zh_CN.po)
3. Open this file in poEdit (free software) and start your translation.
4. Upload .MO file to {template directory}/languages and test it on your blog.
5. Send both the .PO and .MO files to me via Email. (my email: kamiyeye@gmail.com)
6. Done. (I'll add the new language to the next version.)
1. Download the latest version and install it to your blog.
2. Go to {template directory}/languages, you'll find a file named default.po that you have to rename to your WPLANG. (for example: zh_CN.po)
3. Open this file in poEdit (free software) and start your translation.
4. Upload .MO file to {template directory}/languages and test it on your blog.
5. Send both the .PO and .MO files to me via Email. (my email: kamiyeye@gmail.com)
6. Done. (I'll add the new language to the next version.)
Verified Browsers






49 Responses
Leave a Reply不错的主题,赞一个.
但是为什么只下载没有人回复呢??
这个页面昨天才做好,而且是英文版。中文版目前最新为0.3.7,下载在原创WordPress主题win7blog 0.3.7发布
Very nice Theme. I just download it and if have any ploblem will be back to write question here.
Thank for your cool work.
Glad to know you like it. Any problem, just feel free to raise it.
Great theme. Do you know how I can have the comment section appear below each post instead of the default where there is a comment link under the title?
Also, do you know how to change the favorite icon that shows up in the browser?
1. Have no idea,yet i tried place comment section there, but it doesn't work.
2. Check the Feature section above:
notice that you need clear browser cache to see it immediately
Thanks.
Is there a way for separate page's links to appear across the top, underneath the header instead of categories? (The pages are currently on the sidebar).
Sure, you can go to Appearance->Win7blog Settings, select 'Page' for Menu bar content there.
Absolutely love the theme; Thank you!
I have one problem in relation to tags, if a post has more than 10 tags (mine has 20+); in /new-post/ view the tags roll off the edge of the page, same happens in it's actual page view.
Hope you can help?
Nice found. I hasn't reproed it on my dev env., but i saw it on your blog, thanks.
It will be fixed once cause found and to be included in the next version win7blog 0.4.8.
Fantastic! Thanks, I have had a go at fixing myself, but no luck.
You are quick to reply and it is great help.
Another question I have: is there a way to include a tags section in the sidebar? I have seen some themes where there are tags in all different font sizes in one section of the sidebar. Is this possible with the Win7blog theme?
Well, you must be new to Wordpress.
Simply go to Appearance->Widget, pick up 'Tag Cloud', or any other widget you like, to your favorite sidebar.
Nice theme. I was wondering where the rss feed icon is or do you have to download a plugin? If so, which one?
Thanks so much!
currently, no rss feature or plugins are naturely supported in this version. you may have to, follow your rss plugin's usage, to edit the sidebar.php to add this function.
I have translated your lovely theme into Danish. It is available here: Win7blog. Thank you very much.
Great! It has been included in Win7blog 0.5.1 and the language support section above is updated to has the info.
Thank you!
Thanks for your great theme.
The category and the tags appear at the top of my blog but when I do a preview they are at the bottom which is where I would like them to be although I would prefer to remove the tags altogether if possible.
Also the Sociable plugin does not work, although in Preview mode it seems OK
Cheers !
Jeff
I stayed on your blog for a while just now, but didn't see the issues you mentioned above, i saw the category and tags are where they are supposed to be, and the Sociable plugin works well.
I simply tried Firefox & IE7, should i use another browser to view these issue?
Make tags removable is a nice idea, i did notice some people used to use a lot of tags, and you.I am considering add this feature into next version.
Hi Kamiyeye,
Thank you and congrats for this great theme. I hope you don't mind me trying to customise a litte bit the template... I just have a very basic question, please forgive my ignorance:
I would like to change the background. I can get already to tweak the images (background.jpg), but I don't find the code for the dark blue on the background to change it... I hope you can help me finding it.
Thanks a lot, great work.
you will find it in patterns/2c-r.css, line 29
Hey Kami,
Thank you for your quick reponse. Will it be too much to ask you about where can i find some information on color coding following the format you use (the type: patterns/2c-r.css)?? I only know the #FFFFFF type... I tried looking for it on the web but i had no luck. Let's say I want a plain white... what would be the pattern code for it?
Thank you for your patience.
Open ../win7blog/patters/2c-r.css, go to 'Layout' section, delete every 'background:...'there, then you get what you want.
Thank you very much, it worked!!!
Good day Kami,
Your theme is exactly what I needed but I'm also trying to tweak it a bit. I want to add a custom image to the header. I went in and tweaked the selector (#header) to include background properties and pointed to the url of the image. I also a created a selector(#headerimg) for sizing the image but the results of both is just a white box in the location. Any insight?
Make sure your code is correct, especially the relative url to your image. Recommend to edit ../win7blog/patterns/2c-r.rss instead of style.css, put your image under ../win7blog/images and simply edit image name in 2c-r.css to use your own image
Thanks Kami,
I will try what you suggested. I did look at the coding for the header and couldn't find where it links to 2c-r.css but will attempt anyway.
Hi Kami,
I'm still not getting the results.
Does the header template link to 2c-r.css or is the sticky.css?
The image you want to add is a LOGO or a whole background?
If LOGO, you need to edit header.php to add it yourself; if background, simply do as i said above, color&background are all defined in 2c-r.css
I wanted to load an image/logo into the header. I tried to edit the header.php and also the css style sheet for the header selector. As per your instructions, the header selector is located in ../win7blog/patterns/2c-r.css even though I don't see how the header.php links to it. I'll keep you posted.
Would you mind explaining how I go about editing the header php for adding a logo? Do I need to create an additional selector in 2c-r.css?
You need some basic html knowledge to insert an image tag before blog title, the tag is something like: < img src="yourimageurl" />
Thanks for posting, you provided me exactly the information that I had looked for. This is such noteworthy facts anyone would be delighted to find out.
超酷的主题,简洁清爽。
借用了。谢谢。
The sociable plugin does not show up
It works in draft mode but when the post is published it does not show
The plugin works in my about page too
but it does not work on posts???
Can you tell me how to fix it?
Thanks
Jeff
很不错的主题,怎么移植到zblog.....
博客很精彩,www.11694.cn 来看了,有时间记得回访哦。
吾要贵金属网想与您交换友情链接,本站收购白银,回收黄金等贵金属,您有东西也可以跟我联系哦,绝对高价。
已经达到忘我的境界了,呵呵
Hi,
WordPress 2.9 has changed its handling of themes. The Author field is now formed as a link that combines Author and Author URI and adds a TITLE tag.
You include a link in the author field of style.css. This causes a validation error. Perhaps you should remove it? Thank you very much.
thanks for this info, it will be fixed in next version
不过总觉得这个东西不是很适合网络习惯 包括即将生效的 .中国
In win7blog theme, line 129 of function.php should be:
$author_filter = ( $win7blog_options["hide_author_reply"] == 'on' ) ? ("AND comment_author '". get_the_author()."'") : '';
to avoid $author_filter undefined errors on line 130.
wow, good catch, it will be fixed in next version, thanks
Thank you for a great theme. It works fine with buddypress too, when the buddypress template pack is applied to it.
Working and looking great. Thanks so much for this great template.
About high quality content in the blog that is one.Thank you to share your very good advice
[url=http://elo.dorenweerd.nl/b/2e6b-buy-valium.php]Hydrocodone[/url] 2mg xanax order = [url=http://tcc.torpoint.cornwall.sch.uk/moodle/b/9a4c1-buy-valium-cheap.php]Oxycodone[/url] 30 mg phentermine no prescription needed = [url=http://www.tulinarslan.com/moodle/b/6f631-buy-valium-europe.php]Phentermine[/url] 2mg xanax order = [url=http://moodle.wilmette39.org:8888/moodle/b/bca0-buy-valium-from-india.php]Xanax[/url] 2mg xanax order = [url=http://www.nant.kabinburi.ac.th/moodle/b/8498-buy-valium-in-the-uk.php]pharmacies buy xanax without prescription[/url] xanax prescription = [url=http://cms.dadeschools.net/moodle/b/5b33-buy-valium-in-uk.php]Vicodin[/url] 2mg xanax order = [url=http://cms.dadeschools.net/moodle/b/865e-buy-valium-no-presciption.php]xanax without prescription from mexico[/url] phentermine prescription no consultation herbal = [url=http://moodle.lopionki.pl/b/dba0-buy-valium-no-prescription.php]Valium[/url] 2mg xanax no prescription fedex = [url=http://www.campuscofae.edu.ve/moodle/b/e622-buy-valium-no-prescription-neeeded.php]ambien cr no prescription[/url] low cost phentermine with no rx = [url=http://www.biodocencia.org/b/ecb5-buy-valium-no-rx.php]Oxycodone[/url] 2mg xanax no prescription
Window Glass Replacement
People these tips and instructions on how to remove and exchange busted window mirror can exploit spend you measure, money and endeavor. Exclusive this papers you present judge collection about: * Preparing for the New Pane Glass * Instalment New Provide * Adding the Finishing Touches * Commutation Containerful on Doors