• .
  • .
  • .
  • .
  • .
  • .
  • .
  • .
Wix.com
Jun
14

WordPress Theme – Bookish

My apologies for not updating the blog for so many days :) . To make it worth your wait, I am launching a brand new free WordPress theme called “Bookish”. This is a small sized (80Kb) theme that comes in four color variations – Blue, Red, Green and Black. The theme comes with admin options that allow you to switch the color theme, change post text alignment (left/right), Twitter ID, change the featured post category and finally an option that lets you set excerpts or full posts on your home page.

bookish1

The theme is compatible with the latest WordPress 2.8, fully CSS/XHTML validated and has been tested with Firefox, Internet Explorer and Safari browsers.

Using the theme

Download, extract the zip and place the theme folder in your wp-content/themes folder. Activate the theme and it will be ready to use. For the featured post on top, you will have to set up the category through the Bookish admin options. For the image, you will have to use custom field called “featuredimage” and upload an image of size 240×160 pixels with your featured post.

Test & Download

This post was viewed 52,807 times

61 Comments to “WordPress Theme – Bookish” | Leave a Comment!

  1. where is the post i ven’t seen .

  2. SMS says:

    Nice Clean Style Themes

  3. This theme is very simple, I think it will be fast also,thank you admin, im so happy use this theme.

  4. it’s very nice theme & looking cool !

  5. Askway says:

    Cool theme. Clean & simple. Thanks!

  6. Good publish, lovely weblog with awesome informational content. This can be a seriously intriguing and instructive submit.

  7. The next issue that was raised by the commentors is the Widget problem.

    The theme IS widget enabled, it is missing a function in the theme function template.
    You will go into WordPress Classic Theme and steal the function that begins with:

    function_exists(‘register_sidebar’)

    And paste it in your Bookish template function php AFTER the custom option call and before the next line that starts with function.

    Your backend widget page should now work.

  8. I too didn’t use that theme because I didn’t have time to spot fix the bugs I found but now I do, so…

    1. Not displaying the feature post in single post mode.
    I do not know if it has been answered before but if you read the single post template there is a line which prevents the display of a duplicate post. You can delete this line to see your post displayed.

    if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts);

    2. Gravatar() not found in the comments template (in WordPress 3.x)
    You can remove the content of

    This is a very nice theme and I only recommend Jai’s themes to my WordPress customization clients.

    Marie-Lynn Richard in Montreal, CAN
    Social Media Functional Analyst

  9. andee says:

    thanks…i love this theme…great…

  10. King says:

    The file style.php in this theme has a bug.

    line 2: require_once( dirname(__FILE__) . ‘../../../../wp-config.php’);
    should modify to
    require_once( dirname(__FILE__) . ‘/../../../wp-config.php’);

    and some other bugs too

  11. Tormod says:

    Hello!

    What can i do to move the “pages” list into the sidebar?
    When i try to copy wp_list_pages into the sidebar, the list just wont show anything, except when i hover on the links. And when i press one of the links, ex top level, it only shows the level underneath. Not the other toplevel.

    What i want is to show the list of “first level” pages, and when someone clicks one firelevel with childlevels, i vant them to show.

  12. Donny says:

    @Andy:- I have erorr page if follow this step. But I have been try delete $do_not_duplicate = $post->ID; in feauturepost.php it work done. But not good looking, cause the post not clean looking.

  13. Andy says:

    Ignore previous comment, that was bad advice. To fix the featured post issue not appearing when clicked, comment out the following line in single.php:

    if( $post->ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>

    Mine looks like this:

    ID == $do_not_duplicate ) continue; update_post_caches($posts); ?>

    You could always delete the second line as well leaving ?> to close the php, I just prefer the commenting method…

  14. Andy says:

    Found a possible fix for the “featured post not appearing issue.” If you look at featuredpost.php, check to see if the following:

    $do_not_duplicate = $post->ID;

    is on line 8. If so delete it and just move the >? to the end of the previous line which ends with $my_query->the_post();

    That should take care of the issue.

  15. Andy says:

    I’m also having the featured post issue: not displaying the content after clicking “Read More.” Is there a fix yet? Thanks for the great template!

  16. Gunter says:

    Great theme. I like it.
    But i have the same problem like Mark. When i use the “Read More” button, i can only see the comment box. The post is missing.
    That happens with every post which is in the featured post category.
    Any idea waht i am doing wrong?

  17. Hello News says:

    Good and friendly Simple theme

  18. ANUP says:

    Wow!! i like this template and i have used it

    http://hacktutors.blogspot.com

    Hack Tutors

    Thank You!!!

  19. ricky says:

    As much as I love this theme, I cannot figure out how to get the thing to work properly. Is there any documentation anywhere? Thanks!

  20. Karan says:

    Gawd ! was I waiting for this !!! Your theme not only gave me what I was looking for, for so many years, but also a new idea and direction to which I can take my website to.

    Many thanks and keep up the good work :-)

  21. yon ade says:

    keren banget!simple theme

  22. Alex says:

    As much as I love this theme, I cannot figure out how to get the thing to work properly. Is there any documentation anywhere? Thanks!

  23. michael says:

    Nice Design
    I’ll add it to my wordpress themes directory
    http://www.freebieseeker.com
    Regards

  24. murad says:

    good template, thanks.

  25. Joey says:

    Images wont load on bookish.. ;m knew to WordPress .. is there something I could be doing wrong here

  26. V.C says:

    Simple but perfect.
    I like your theme a lot.

  27. CgBaran says:

    Great theme thanks

  28. Anil Gupta says:

    Hi Jai,

    I like this theme very much and I have installed it in my blog that is http://www.guptaanil.com.

    Theme is working all fine except sidebar. When I am trying to add any widgets in siderbar I am getting the error in wp-admin. Error is something like this.


    No Sidebars Defined

    The theme you are currently using isn’t widget-aware, meaning that it has no sidebars that you are able to change. For information on making your theme widget-aware, please follow these instructions. ”

    Can you help me to sort out this issue?

    Great job on creation of such a beautiful and simple theme. This is the perfect theme I am looking for.

  29. Joanne says:

    Hi,

    Thanks for providing such a nice and yet free wordpress theme for download. Look forward to more work from you.

  30. Hesham says:

    This theme is very simple, I think it will be fast also, I would like to try it!

  31. MArk H says:

    Cool theme, but I have a problem. For whichever post I have as a featured post, when I click the ‘read more’ button I get a page with just the comments for that post, the post is missing.

    Tested with a couple of posts and always the same behaviour. Is this something I’m doing wrong or a plugin I’m missing (already fixed the gravatar problem by loading a plugin).

    Problem can be seen at http://www.simplifimation.com.

    Thanks.

  32. Somepoints says:

    this is very good theme…easy to modify and easy for browsing

  33. Thank you admin very nice post

  34. aman says:

    love the theme. keep up the great work jai. =D

  35. majalah says:

    Nice and simple theme. Good work jai.

  36. Riga says:

    @Budi Dian:-

    Yes, beautiful and simple theme, I am very like it too

  37. Budi Dian says:

    It looks great! I’ll use it for my site that sell my ebook. Thanks for the theme.

  38. Auwoo says:

    Nice theme jai. But, I think it need some customization like give style to a:hover.

  39. WordPress R says:

    Very nice theme. I like this one becouse it looks simple and nice.

  40. king says:

    It looks great! I like it.

  41. Tmdesigner says:

    Simple theme… very nice.. Thanks a lot 4 shared it !

  42. yogilai says:

    cool theme, clean and very professional. And thanks for such a beautiful collection. keep up the good work

  43. shally mac says:

    dude its awesome, thanks a lots, keep it up the good creativity

  44. hardi says:

    Wa, So cool themes, We just want to change our themes!

  45. Hardi says:

    great themes bro, thanks!

  46. Cool website, like what I have read. Will definitely be back to read again.

  47. miziology says:

    nice n clean..god job jai..

  48. WPThemes says:

    Thanks Jai for releasing the theme.

    I like it. Elegant yet very simple design.

    though it does have a lot of white spaces in the left and especially the right column

  49. Zhu8 says:

    ?????????
    Cool Theme,Thanks!

  50. Nice theme, Thanks for free theme!You are great!

  51. Eddie Gear says:

    Hi there,

    This is an unusually different looking theme with the text aligned to the right as opposed to the normal way of being aligned to the left. Good work on the theme, its clean, and professional looking.

    Cheers,
    Eddie Gear

  52. Luke says:

    Thanks – Works like a dream!

  53. iwpdesign says:

    Hi. Nice theme. Congrats.

  54. xun says:

    wow! 80kb? that is awesome!
    the design is neat too!
    *envy*envy*

  55. Alex says:

    Nice!!! There are so many great themes these days, its tough to choose


Websites that Link to this Post

  1. 66 Best Free Wordpress Themes 2012 | ZoomZum
  2. 20 Best Wordpress Themes For Free Download 2011 | ZoomZum
  3. 50 Fresh High Quality Free WordPress Themes
  4. Bookish | Top Simple Themes
  5. 5 Great FREE Wordpress themes for your web site « Host Clear
  6. Sezer Özkara Ki?isel Web Sitesi
  7. Bookish | Templates Vault
  8. Great Free Creative Wordpress Themes | CgBaran Network
  9. FREE WordPress Theme by BlogOhBlog – Bookish Theme! | Best Wordpress Themes, Blogspot Templates and Make Money Online | BLogicThink [dot] com
  10. 30+ Free Simple Wordpress Theme Designs | Pingable.org :: We love Wordpress
  11. 23 adet wordpress temas? | Pervin Tech
  12. Bookish - Free Wordpress Theme | Theme Splice
  13. 23 Wordpress Themes suiting your Website Project | [Re]Encoded.com
  14. Bookish WordPress Theme | Themelicious
  15. Bookish WordPress Theme — Simple Themes
  16. WordPress Theme – Bookish | Blog Oh Blog
  17. WordPress Theme - Bookish | Blog Oh Blog | Free Wordpress Themes - CityScape
  18. WordPress Theme - Bookish | Blog Oh Blog | bllogger
  19. 5 Themes zum Sonntag – Vol. 31 - Beitrag - Schweizer WordPress Magazin

Leave a comment

Search :
Browse :
Archive :

$$$ Make Money $$$

Become an Affiliate

Welcome to Blog Oh! Blog's affiliate program! I personally invite you to make money by selling all of Blog Oh! Blog's Premium themes.

You will get a whopping 25% share on each sale generated through your affiliate link.

All you need to do is sign up as Blog Oh! Blog's affiliate, choose a banner, paste it on your website or blog and wait for sales to happen. It's as simple as that!

All affiliates will be paid on 10th of every month. Your affiliate earning needs to be a minimum $50 to get paid for each month.

Here is the sign up link and here are some banners to get you started!