Professional Wordpress Themes
RSS icon Email icon Bullet (black)
  • Warm Wordpress theme named “Loans”

    Posted on November 20th, 2008 admin 7 comments

    Latest version 1.0.5 (08/12/2008).

    • Added logo.
    • Added background pattern.
    • Added upper & bottom frame borders.
    • Updated the header.
    • Some minor updates.


    Loans demo

    Version 1.0.4 (02/12/2008).

    • Integrated paging (forgot to add on initial release). “Next” and “Previous” links would appear now.

    Version 1.0.3 (26/11/2008).

    • Included wp_footer() in footer.php, stats plugin and many others should work fine now (bug discovered by Antonio, thanks).

    Version 1.0.2 (26/11/2008).

    • Calendar widget would use the first (widest) block instead of narrow one by default.
    • Unordered lists in posts would have very nice stars instead of default bullets.

    Version 1.0.1 (21/11/2008).

    • Fixed image alignment in posts.

    Initial version 1.0.0 (20/11/2008).

    Our initial intention was to create a template which could be used for online magazines. The theme should have included such features as: featured posts, list posts by categories, many available options etc. It takes time to make everything perfect, so we decided to release a trimmed version of the theme. However, with our later releases these features would be surely included, so stay tuned!

    Features:

    • Based on CSS framework “Blueprint”.
    • Warm colors.
    • Released under GPL.
    • Valid CSS & XHTML
    • SEO optimized.
    • 2 columns or 3 columns.

    Share/Save/Bookmark

     

    7 Responses to “Warm Wordpress theme named “Loans””

    1. Hi, I use your great loans theme for my website. You have done a very good job. I would like to ask you how i can move or copy one sidebar to the left.

      Cheers from Holland.

    2. Satilmis, it’s quite easy, open index.php, change the divs order (in your case you want sidebar’s div to go first) and always put the “last” class on the last div.

    3. Thank you for your respons. I understand yoy have to move just under the

      So the sidebar gets loaded first and moves to the right. (I suppose this is a theme with 3 columns and three sidebars.)

      But then my body of my website goes all the way down so it doest fit to the right. What do i have to change more in the index.php. You can see a copy of it here under. Thanks for your help!

      <a href=”/” class=”logo”>

      <a href=”" title=”Permanent Link naar”>

      Gepubliceerd op

      <?php the_tags(”, ‘, ‘, ”); ?>
      <?php edit_post_link(’Edit’, ”, ”); ?>

      Not Found
      Sorry, but you are looking for something that isn’t here.

      Volgende pagina’s

    4. <a href=”/” class=”logo”>

      <a href=”" title=”Permanent Link naar”>

      Gepubliceerd op

      <?php the_tags(”, ‘, ‘, ”); ?>
      <?php edit_post_link(’Edit’, ”, ”); ?>

      Not Found
      Sorry, but you are looking for something that isn’t here.

      Volgende pagina’s

    5. Sorry i cant copy all the index.php, can i mail you?

    6. Satilmis, it’s not necessary to send me the whole index.php file. It’s all about div order.

      Change the order of divs and modify classes:

      From:
      div class="span-16 content" ... /div
      div class="span-8 sidebar last" ... /div

      To:
      div class="span-8 sidebar" ... /div
      div class="span-16 content last" ... /div

      And it should do the job.

      So the sidebar gets loaded first and moves to the right.

      Answer: to the left.

    7. Hi, i can see no div class=”span-8 sidebar last” … /div in the index.php.

      The only time its referred to is

      Nevertheless I figured a other way: you can put just before

      Do you know how i can have 2 sidebars, so one on the left and one on the right?

    Leave a Reply