Free WordPress Theme: Gunungkidul

100 Comments
Posted 28 Jan 2010 in WordPress Themes
Area One

Gunungkidul is our first Free WordPress Theme in 2010, This theme built with 960.gs CSS Framework. We create most unique and simply WordPress Theme ever. There are a lot of featured built in on Gunungkidul.

Gunungkidul WordPress Theme

Our main reason why Create Gunungkidul, I need to create something useful and easy to use WordPress Themes. And I have nicely plan, I will released minimally  one themes each month in 2010. So if you have some idea, let’s share and we hope we can give the best to all of you.

What’s on Gunungkidul Theme

  • 960.gs Framework
  • Theme Options (Flickr Photos, Latest Twitter, TimThumb)
  • 2 Columns with Extra Footer
  • A lot of Widgets
  • Simple and nicely fonts
  • Hover effect (check the demo for more details)
  • sans-serif Family (Helvetica, Arial)
  • Page menu with Drop Down Menu
  • jQuery
  • And many more
  • Rewrite WP-Caption using this tricks
  • Recent Comment without plugin
  • Recent Post with thumbnail (chmod 777 folder cache if you enable this feature)
  • AddThis Social Bookmarks Tools
  • ver 1.1: You can enabled or disabled Twitter and Flickr trough Theme Panels
  • ver 1.1: You can add Twitter and Flickr trough widgets

Old Version

WPGPL.com Theme Options

New Version

Gunungkidul New Theme Panel

Plugin Needed?

For better experience install this following plugins

Check Gunungkidul Theme demo and if you satisfied with it, please share on ;)

Download

You can download Gunungkidul on WordPress.org Theme Directory or using our links below

Gunungkidul: WordPress Theme (1652)

Need custom?

Using our contact from.

Releases Notes



86 Comments

  1. Hi. I like your new theme. It’s very simple and clean.
    This is what I wanted.
    Now I have 1problems and 1queston.
    Problem: on right side bar, Title of the 2nd widget is shown in the end of 1st widjet. How can I fix it?

    Queston: I want to use favicon of my own,But I couldn’t find any favicon in downloaded files.So please teach me the way to change favicon.
    Thank you for your help!

    Reply
    • Can you tell me your screen shot problem?

      Gunungkidul favicon is generated from your GRAVATAR.com, I will updated on next version using standard favicon

      Reply
  2. Thank you for your reply.
    I understand the favicon’s case.

    And here is the screen shot.
    http://picasaweb.google.co.jp/lh/photo/VfHpF0iUbUZ35lUFDYb6zw?feat=directlink

    please see this.
    thank you for your great help!

    Reply
    • I am sorry, this is our Gunungkidul bugs, try to download version 1.1 and tell me if you problem has been gone.

      Reply
  3. GREAT! I appreciate so much.
    everything is fine now!

    Reply
  4. Really like your theme, and think it’s just right for my concept art/matte painting site (http://johnuibel.com). Thanks!!

    Reply
  5. beautiful theme…

    Reply
  6. I love the clean theme. I’d like to change the header picture, but when I upload a picture the next screen is blank.

    Can you please tell me how to fix this or work around it. Is there supposed to be a cropping page after a new image is uploaded?

    Thanks!

    Reply
  7. Also how do you show the recent post with thumbnail? do i need the timthumb script?

    Is there supposed to be a Twitter and Flickr widget since there are those options in the control panel?

    Reply
    • The flickr and twitter widget not available this moment, but if you keep your right sidebar unchanged you can see latest post with thumb, flickr, recent comment with gravatar and latest twitter.

      Reply
  8. I upload a different picture and the custom header now works. However, I still can not get the latest posts with thumbnails to show. Can you provide more details on how to enable that feature?

    I noticed that this theme does not have post thumbnails as an option when I create or edit any of my posts, i.e. it is not part of the theme template. Can this be added since it is supported with WordPress 2.9.1?

    Reply
    • Hi Rolando, Disable all of you widget and doesn’t it work?

      Reply
      • Oh I see. I did not do that because there are widgets that I want to enable.

        Reply
        • If you want keep you current widget. Please modified sidebar.php with this code

          	</div> <!-- #content-area -->
          
          	<div id="sidebar" role="complementary" class="grid_8">
          		<ul class="gap">
          <li class="search">
          			<div class="cari">
          				<?php get_search_form(); ?>
          			</div>
          </li>
          			<?php if ( is_404() || is_category() || is_day() || is_month() ||
          						is_year() || is_search() || is_paged() ) {
          			?> <li>
          
          			<?php /* If this is a 404 page */ if (is_404()) { ?>
          			<?php /* If this is a category archive */ } elseif (is_category()) { ?>
          			<p class="infos">You are currently browsing the archives for the <?php single_cat_title(''); ?> category.</p>
          
          			<?php /* If this is a daily archive */ } elseif (is_day()) { ?>
          			<p class="infos">You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a> blog archives
          			for the day <?php the_time('l, F jS, Y'); ?>.</p>
          
          			<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
          			<p class="infos">You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a> blog archives
          			for <?php the_time('F, Y'); ?>.</p>
          
          			<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
          			<p class="infos">You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a> blog archives
          			for the year <?php the_time('Y'); ?>.</p>
          
          			<?php /* If this is a search result */ } elseif (is_search()) { ?>
          			<p class="infos">You have searched the <a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a> blog archives
          			for <strong>'<?php the_search_query(); ?>'</strong>. If you are unable to find anything in these search results, you can try one of these links.</p>
          
          			<?php /* If this set is paginated */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
          			<p class="infos">You are currently browsing the <a href="<?php bloginfo('url'); ?>/"><?php bloginfo('name'); ?></a> blog archives.</p>
          
          			<?php } ?>
          
          			</li>
          		<?php }?>
          
          <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar')); ?>
          
          <div class="twit boxr">
          <h3><span>Recent</span> Tweets</h3>
          <div id="twitter">
                  <ul id='twitter_update_list'></ul>
          </div>
          <a href="http://twitter.com/<?php if(!get_option('ppm_twitter')) { echo 'jauhari'; } else { printf(get_option('ppm_twitter')); } ?>" title="Follow me on twitter"><span id="followme">Follow Me!</span></a>
          </div>
          
          <div id="flickr-stream">
          
              <h3 class="lite"><span class="flick">Flick</span><span class="r">r</span> Stream</h3>
              <hr />
              <div class="clear"></div>
              <div id="flickr">
                  <noscript>Your message for people w/o javascript enabled goes here.</noscript>
              </div>
          
          </div>  
          
          <?php if(get_option('ppm_timthumb')):
          J_ShowRecentPosts();
          else:
          J_ShowRecentPosts2();
          endif;
          ?>
          <li class="therecent">
          <h3 class="lite">Recent Comments</h3>
          <ul class="recent-comment">
          <?php
          $comments = get_comments('number=5');
            foreach($comments as $comm) :
          
            $url = '<a href="'. get_permalink($comm->comment_post_ID).'#comment-'.$comm->comment_ID .'" title="'.$comm->comment_author .' | '.get_the_title($comm->comment_post_ID).'">' . $comm->comment_author . '</a>';
          ?>
          <li>
          <?php echo get_avatar($comm->comment_author_email, 45); ?>
          <h3><?php echo $url; ?></h3>
          <p><?php echo $comm->comment_content; ?></p>
          </li>
          <?php
            endforeach;
          ?>
          </ul>
          </li>
          		</ul>
          	</div>
          
          Reply
          • Excellent that works! Thank you! I’ll just adjust the order and it will be perfect for me. Appreciate your help!

            Reply
            • Gunungkidul latest version (1.2 up) built in with Recent Comment and Recent Post widget.. so you can using widget without any worries and put the Recent Post or Recent widget in every widget area…

              Reply
  9. hi I want to adjust the clock on top to Japanese time zone.Because my site is for viewers in japan. so please tell me how to change it.
    Thank you.

    Reply
    • What you mean clock on top? Can you tell me more details? and what kind time zone that you need to change? The Header time info is taken from server time..

      Reply
      • Yes I would like to know how to change that too. I am on Pacific Time (GMT -8:00)

        Reply
  10. excellent work!
    jadi pengen nyoba nih!

    Reply
  11. simple themes and cool
    i like it..
    thank you

    Reply
  12. 4 jempol dech pakde

    Reply
  13. Hello – great theme, I finally found one that I feel at home with :)

    BUT;

    1. Why is there no css for quotes? Now my quotes shows up by the wame way as regular text. Do you have a piece of code I could put in the css-file?

    2. The titles in the sidebar is weird looking, I want them to not be so far away from the content.. how do I fix that?

    3. The share-thingy (twitter, facebook, etc) after the post – I don’t want that, how do I remove it?

    4. And finally, at the top right of the blog, there is a red line with rss-links and so on.. I have managed to remove the links to rss comments etc, but I want the whole red line to be gone – how?

    Btw, I’m using the theme on my blog http://marita.net

    Thanks for help in advance :)

    Reply
    • Thanks you marita.. I was updated this bugs on version 1.3 please download it again….

      Reply
  14. The Header displays the date/time incorrectly. The Time component should be HOURS:MINUTES using h:i instead of h:m syntax. (Lower case m is for month and not time) Also, this now uses Server time (dependant on server geo location) and not the adjusted WordPress time.

    Reply
    • Hi LearnToFly editor, do you have any suggestion to fix it? and let’s me updated Gunungkidul theme…

      Reply
  15. Thanks for great themes.

    I want to add adsense on top of post (before post/after header), where I place the adsense code?

    Reply
  16. HI,
    lovely theme.
    I have a problem, I installed the theme yesterday and cannot find the admin button to login. It sounds ridiculous but I simply dont find it! It was at the navigattion on header…now its not visible.

    tnx..

    Reply
  17. I tried to download a widget that supports the login from the navigation but somehow it didnt work, the button admin wasnt enabled.

    Reply
  18. Thank you for this perfect theme.
    We use for one of our site : http://indonesia.SekolahVirtual.or.id
    Excellent !!!

    Reply
  19. Beautiful and clean theme so my blog looks so nice. Thank you.

    Reply
  20. I love this theme. Really do. But I’m cracking my head about the sidebar. I understood that you have to disable all the widgets to have Flickr and the others to work. But I need some more things there. I’ve tried everything, including that piece of code said to Roland. Didn’t work for me. I tried to add another sidebar – didn’t work. I don’t know anymore what to try.

    Reply

13 Trackbacks/Pingbacks

  1. GunungKidul Free Wordpress themes / JAUHARI 29 01 10
  2. Wordpress Blog Services - GunungKidul Free Wordpress themes 29 01 10
  3. Tweets that mention Free WordPress Theme: Gunungkidul / WordPress Themes, Plugins & Development -- Topsy.com 30 01 10
  4. Gunungkidul – free wordpress theme | Eins Themes 30 01 10
  5. Wordpress Themes: Release 01/02 | Gunungkidul, Elegance, Clear, Spalten | sohneinesschwaben.de 31 01 10
  6. Gunungkidul Free GPL WordPress Theme / ID-JAUHARI 03 02 10
  7. Gunungkidul GPL WordPress Theme | ThemePlate 03 02 10
  8. Gunungkidul | WordPress Themes Monster 03 02 10
  9. Gunungkidul テーマアップデート | Way2Go 18 02 10
  10. wp-popular.com » Blog Archive » Free WordPress Theme: Gunungkidul / WordPress Themes, Plugins & Development 18 02 10
  11. The first blog post /  Tyron Bache 19 02 10
  12. Thème WordPress magazine Gunungkidul | WordPress tuto 22 02 10
  13. WordPress Theme Releases for 01/30 17 03 10
  14. Anonymous 22 04 10

Add Your Comment