一个国外的三栏主题,颜色比较低调但比较大气,左侧是postmate是亮点,还是先上图吧

oneroom

相信许多童鞋会中意这个主题,呵呵

You can view the theme here »
download:[download#9]

useage:

Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet.

Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet.

How to edit the Intro on top of each page?

If you wish to edit the introduction on top of each page, go to Dashboard -> General and edit your ‘Tagline’.

How to edit the About section in right sidebar?

If you wish to edit the about section in the sidebar on your right, go to Dashboard -> Appearance -> Editor and select sidebar.php. Edit text and replace the image by your own. Alternatively, you can also delete it completely then go to Dashboard -> Appearance -> Widgets and add a “text” widget to enter some information about yourself.

How to edit banners in right sidebar?

If you wish to add/delete banners in the sidebar on your right (under the section “Our Sponsors”), go to Dashboard -> Appearance -> Editor and select sidebar.php.

Note: you will have to upload your images to your server before editing the code.

How to edit the Logo? Do you have the original PSD file?

No, I can’t give you the PSD file for a simple reason: I don’t use Photoshop!

This theme has been entirely designed in Fireworks 8. The original PNG logo file is included in the folder “LOGO – Original PNG File“. To edit the logo, visit their site and download their trial version.

When you are done with editing, export your logo as a jpg image to the folder wp-content/themes/oneroom/images and save it as logo.jpg. Click “Yes” when prompted to replace the image.

You are almost done! Now open header.php in a text editor (e.g. notepad) or browse to Appearance -> Editor from the WordPress dashboard and select header.php. Find this code (I have slightly changed it since then so it might look a bit different for you):

<div id="logo">
<!-- Your Logo image - max-width: 200px -->
<!-- USAGE:
1-create your own logo and save it as logo.jpg in the folder "images" in your theme folder.
2-uncomment code below:
<a class="logo" href="<?php bloginfo('home')?>/" title="Back Home"></a>
-->
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>

Uncomment code to show your image and delete the line below (or comment it if you think you might want to use it later on.)