WordPress Theme: Saur


Saur is Free WordPress Themes. Crafted with 3 Columns Layout and with many features. to change Picture Profile, just replaced you.jpg on images folder with your own image. For the best use 75 x 86 px size.
- 2 Right Sidebar
- Widget Ready
- Random Image
- Big Search Bar
- Big Comment Counter
- Change About text via Admin Profile
- Author Page
- Tested on WordPress 2.1.x, 2.2.x, 2.3.x and 2.5.x

To add custom random image, just upload your image to images/rotator
Format supported .JPG, .JPEG, .PNG, .GIF. Please notes size of the images must in 509 x 115px
Download Now! (version 1.2)
Change Logs
1.0 : Public Released
1.1 : Support For WordPress 2.3
1.2 : WordPress 2.5 Compatible and Tweak Code
Demo This Theme
Click Here to Demo This Theme





















Pages: [5] 4 3 2 1 » Show All
Comment by Barry
Sorry if this is a stupid question but I can not find out where to change the text for the desctiprion at the top of the header graphic. Can someone point me in the pright direction. great theme by the way, many thanks
Comment by Jauhari
You can try edit you user profile description and tell me if this tips works
Comment by drizad
Salam Nurudin,
I am not sure whether I found the theme’s bugs or my WP 2.5.1 permalink settings.
I notice that when I clicked on “Previous Entries” from my Archive Category, the page is not directing properly.
The error message came out to be “Firefox has detected that the server is redirecting the request for this address in a way that will never complete.”
Could you help me on this?
Comment by Robert
I like this theme, but I particularly like the threaded comments of your own site’s template. How can I get this format for the comments on the Saur template? Is this possible?
Comment by Martin
Hi Michael,
I’m not a programmer either, and I struggled with this for a while, but here is what worked for me, (I’m sure someone will point out if its wrong etc but my site still validates with this method and it works across browsers soo..)
edit header.php, then find the line of code that says:
<a href="/">Then what I did was place this code just before it:
<a href=""><img src="/images/name of your logo image here.gif" alt="" title="" width="250" height="150" />you can alter the sizes for width and height etc to match the size of your logo, and make sure your logo is in your saur images folder.
Then I added these lines to the stylesheet.css to stop the title and description from being visibally displayed, but still available to the search engine.
.description{display:none;}
#headr h1 a{display:none;}
I’m using this theme and this worked for me and still validates, but im sure if there is a better way someone will share..
M
Comment by Martin
It keeps stripping the code I paste, and Im not sure how to paste the code so it all shows up?..
M
Comment by Michael
Hi…Thanks for the great theme. I’m not a programmer so this question may be fairly simple…..I would like to add a custom logo to my blog to replace the automatically generated title and tagline….How can I set it up so the title doesn’t show up on its own and i can add a logo in its place? Thanks for your time
Comment by Martin
Ooh, not sure what happpened there, as it stripped some of the code from my comment, anyway here it is again:
in header.php find this:
<a href=”/”>
just before it add this:
<a href=”"><img src=”/images/bob.gif” alt=”" title=”" width=”250″ height=”150″ />
Then add this to your stylesheet.css
.description{display:none;}
#headr h1 a{display:none;}
Comment by Jauhari
Thanks Martin for your Help
Comment by Martin
Its a pleasure Jauhari. Thanks for creating and sharing such amazing themes. Im not sure my replies to Michael will be much use as Im not sure how to paste the code in here without some of it being stripped out.. and I dont have a live site yet to show him.. soo..
Hopefully I will later today!..