Christian Nelson currently runs the KISS WordPress Theme and he prompted me to reproduce Brajeshwar v7.0 for WordPress. He gave me a good reason to do it, he dropped $500 into my paypal account so that I can have it developed for him and also make it free for any interested blogger to use with their WordPress setup.
References;
Again, special thanks to Christian Nelson.
UPDATES
- 2006 June 12 — Revised the style for calendar support and rectified a minor bug.
- 2006 August 7 — Thanks to Emily Robbins for the link for sending over 1000+ visits to this article (as of today, the 7th August, 2006).
- 2006 October 17 — Nico Beerle have a modified Ajaxified version of Brajeshwar v7.0 Wordpress Theme. Here are the Backup Downloads just in case - Brajeshwar v7.0 Ajaxified and it requires his modified PageNav.
- 2006 Dec 20 — Fixed the pagination bug. Please re-download the theme again.
- 2007 Jan 19 — Just discovered the theme at Wordpress Theme Viewer.
- 2007 Jan 22 — Solved the non separation between paragraphs, please download the fixed version from the same download link. For those who want to solve themselves, open style.css and look for
div.post-body { }(should be around line 325). Just after the “}” in the next line add this
div.post-body p {
margin: 0.8em 0;
line-height: 1.5em;
}
- 2007 March 29 — Created a dedicated site for Brajeshwar Wordpress Theme.
For all technical discussion, bugs, et al, please follow the Forum.
Brajeshwar posted this article
on Wed, May 31st, 2006 at 11:32 am
Categorized under Technology and has the following tags
Suggest 1 or more tags for this article
Use a comma (,) to separate 2 or more tags.
[More Help]











Comments Post Yours
There are 27 responses so far. You can follow any responses to this entry through the RSS feed. You can leave a response, or trackback from your own site.
Thanks Brajeshwar! My dear friend! : )) I’m honored!
i downloaded this great theme and already activated it.
i want to know how to set the archives pages which is shown in your http://www.brajeshwar.com/archives/
i have configured my previous k2 theme and now it show nothing at kiss theme.
thanks for your assistance
best regards…
Please read How to create the Archive Index Template and Page
thank you for your answer.
let me see if i can work it on.
also, i want to know why my post can’t have line break.
i don’t know what to call it, but i call it line spacing
i want like this :
example 1
example 2
but the result always :
example 1
example 2
even i already hit many2 enter in the post page
Try Textile plugin for Wordpress.
Nice theme,I have applied it just now.
truly have to say that this is a pretty good theme.
but i have some troble when i set
in posting.
unforturnately that it doesn’t work….. /_\
i need your help. thank you so much
Hi, Any chances this theme will be realeased for Movable Type?
Thanks!
Well, this site is powered by Movable Type and thus my original template is Movable Type and not Wordpress. If you read the post, I made this into Wordpress theme because somebody needed that and he agreed to pay for my time and also release the theme for everybody to use for free.
Nice, this and the KISS theme are definitely worth it. Would you mind if I port this to MT for my personal use?
Hi Brajeshwar
I like this clean and simple theme a lot and I’ve made some customization to make it a Blythe theme, dedicated to other Blythe fans. It’s located here: http://jane.acespace.co.uk/?p=5
Hope you would have no problem with that.
Thanks a lot!
Jane, it is nice to know that you like the theme. You’re free to use/modify the theme anyway you like to suit your site and designs.
Dougles, KISS is already compatible with Wordpress, Movable Type, Typepad and Livejournal. Whereas Brajeshwar v7.0 theme is released for Wordpress but mine is Movable Type. Which means, it is also available for Movable Type. There are a little more complex configuration and codes for the MT one, so I did not released it. But if you need one to be modified for you, let me know off list.
This theme looks great and clean. What would it take to make this theme with fluid width?
Thanks, Garrett
Thanks for a great design, been busy modifying it a little in a two column design, but the basics is still yours…
Many thanks
Question, I am nearly finished, but I have a problem with hard enters, or the tag. Whatever I do, the p tag does not give me a hard enter in your css… Which means that the sentence breaks, but there is no white space line between the p tags…
I am not that good in it, so probably I am miss a code or something. Can you help my out?
Nice design, it’s just what I wanted. I am glade you share it with everyone, but I probability will made some modification to fit my need. Good work!
Was looking for a nice, new 3-column theme to revive and freshen up my abandoned blog.
Hello, I like this theme very much, but how can I move to next page? it keeps displaying the same page!
George, there’s a bug in the theme that prevents it from moving between page. Edit the index.php, and add following codes before the foreach() loop
$pg_no = $paged== 0 ? 1 : $paged;
$post_perpage = 10;
$offset = ($pg_no - 1) * $post_perpage + 1; // 1 is the latest post
$posts = get_posts(’numberposts=’ .$post_perpage. ‘&offset=’ . $offset);
foreach($posts as $post) :
setup_postdata($post);
Brajeshwar, thx for the theme, it works wonderfully. Thought I popby to highlight the little bug to you and for all the readers.
Thanks spade. I am a bit lost as I do not use the Wordpress theme myself but the Movable Type Style instead. But I will try to make the change when I have some spare time and update the download. In the meantime, I think people should be able to make the changes themselves.
Great theme. Thank you so much!
Cool. Very nice.
Hello good design. Very nice. 0n79p7 Enjoy. Goodbay.
Hi, and thanks for a great theme!
I too am having problems with the
tag where the hard break is being ignored. Any suggestions?
Thanks for theme!
Post yours