Pujugama

Pujugama is a clean, clear design and light colored (blue, brown and gray) WordPress theme. It comes with a single sidebar, on the right-hand side. It is widgets enabled, meaning you can add a bunch of sidebar stuffs. Pujugama comes with a full-width page (no sidebar) and a visual editor style. The editor styles means that when you are writing your post, what you see is what you get. The fonts, width, caption, list items, tables and etc will look the same when you write it and when its published. The theme is fixed-width (837 pixel wide), content are is 557 pixel wide and sidebar is 200 pixel wide. The color code for the sidebar (should you want to place an ad that blend to the background) is #F8E7D0 and the color code for links is #0066CC.
Theme Features
- Fixed-width, 2 columns, single sidebar. Print style also included.
- Author Description. When the author fills the personal details like Name (nickname), description and email address, those information will be displayed after each post and well as a link to all post by the author.
- Translation ready. You can help to provide translation for the theme. Just use PoEdit to edit the default.po file located in the Languages folder. Translate it and email me. I will update the theme. Credit will be given to translators.
- Works well on IE7 and above. No problems with modern browsers like Firefox, Opera, Safari and Chrome. For IE6, displays well except for transparent png, used in header, body and footer.
- W3C Validation for demo site shows no errors, only 1 warning. The warning is caused by WordPress get_calendar() function. Remove the calendar and no warning.
- The theme supports threaded comments, sticky post (display and styling).
Theme Limitation
- Just one limitation, the navigation menu at the top of the page. Since the space is limited, only certain amount of pages can be displayed. To solve this problem, please use WordPress built in menu builder and create parent pages and child pages. Child pages will be displayed once user hover the mouse over the parent pages. Go to Dashboard → Appearance → Menu. Create a menu, save and you are good to go. To add more pages, simply add more child pages to parent pages.
Requirement
- I have tested it with WordPress 3.0+ and no problems. All widgets and function uses WordPress built-in function.
Translation Provided By
Help to translate the theme and get you Name and Link to your website below.
Theme Support & Suggestions
Any questions, problems or tweaking issues, you can post a comment below or sent me an email using the info below:

License
Its GPL license version 3.0. You can see the details here. In plain English: basically, you can do what ever you want with it.
Donate
Like what you see? Use the button below to donate any amount. Thanks in advance.
Mikel Jorgensen:
The RSS Feed and Comments Feed on the top right corner of my theme redirect to no where on my website http://www.alarmringtone.com
I would like to remove both of those buttons.
How do I do that?
Thank you!
MJ
admin:
Hi Mikel,
This is what you need to do:
1. Go to Admin Dashboard → Appearance → Editor and select the file header.php. The file is listed on the right-hand side.
2. Find the following line:
<a href="<?php bloginfo('comments_rss2_url'); ?>" class="pjgm-feed"><?php echo __( 'Comments Feed', 'pujugama' ); ?></a><a href="<?php bloginfo('rss2_url'); ?>" class="pjgm-feed"><?php echo __( 'RSS Feed', 'pujugama' ); ?></a>
3. Just delete those line. Save the file and you are done.
Alex:
Hi,
I used to use PageNavi on my bolg, but after I change this theme I found PageNavi doesn’t work.
Would you please tell me how to solve this problem.
Can the width of this theme be changed? how to do it.
admin:
Hi Alex,
To use PageNavi, you will need to modify the theme. This is what you will need to do:
1. Go to Admin Dashboard → Appearance → Editor. Select the loop.php file. The file is listed on the right-hand side of the page.
2. Scroll down to the bottom until you find this code:
<?php if ( $wp_query->max_num_pages > 1 ) : ?><div id="pjgm-navbelow" class="pjgm-navigation">
<div class="pjgm-navpre"><?php next_posts_link( __( '<span class="pjgm-metanav"></span> Older posts', 'pujugama' ) ); ?></div>
<div class="pjgm-navnex"><?php previous_posts_link( __( 'Newer posts <span class="pjgm-metanav"></span>', 'pujugama' ) ); ?></div>
</div><!-- #pjgm-navbelow -->
<?php endif; ?>
3. Change the code above to the following code:
<?php if ( $wp_query->max_num_pages > 1 ) :if(function_exists('wp_pagenavi')) : wp_pagenavi();
else : ?>
<div id="pjgm-navbelow" class="pjgm-navigation">
<div class="pjgm-navpre"><?php next_posts_link( __( '<span class="pjgm-metanav"></span> Older posts', 'pujugama' ) ); ?></div>
<div class="pjgm-navnex"><?php previous_posts_link( __( 'Newer posts <span class="pjgm-metanav"></span>', 'pujugama' ) ); ?></div>
</div><!-- #pjgm-navbelow -->
<?php endif; endif; ?>
4. Save the file and select the Style.css file.
5. Scroll down to the last line and add a new line with the following code:
.wp-pagenavi a, .wp-pagenavi span {background: #fff;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
6. Save the file and you are done. Have a look at the demo site. I have modified it too.
Alex:
Thank you very much for your help.
It works again.
admin:
Hi Alex,
Glad it helped you. I will probably add Pagenavi on the next update.
Arinze:
1. How do I insert my logo unto this theme?
2. For some strange reason, I have “home” listed twice on my menu bar. Each contains the same information. How do I get rid of one?
admin:
Hi Arinze,
1. You can’t put any logo as when i designed it, i didn’t add the feature. You may try to add text widget on the sidebar, add your picture/logo and place it at the top, just after the search.
2. I see you have fixed the problem. You may go to the Admin dashboard → Appearance → Menus and just remove the link to Home. The Home link is hard coded into the theme.
Rik:
I like the theme but can you tell me how to change:
1) background color (or two colors as it seems a gradient)
2) the blue color of theme itself
3) font of the title + subtitle (can you use specific font on the site if you upload ttf to wp folder itself?)
4) font of the tagcloud etc.
Still like it though..
Thanks!
admin:
Hi Rik,
As for the background, you will need to edit the html.png file. Its located in the /images folder. The file is now 1pixel by 1000pixel. As for the header and footer, there is more work as you need to edit the images (header.png). As for the header and subtitle, you will need to edit the style.css file. Find this code #pjgm-title, #pjgm-description and change the font. Its now “Times New Roman”,Times,serif;. As for the cloud tag, its fixed so all sidebar will have the same font, which is Georgia,”Bitstream Charter”,serif;. Hope that helps.
Rik:
Hi, Thanks for the info.
I’ve changed some details (as well header in preferred font). I also see how the header image can be modified to fit my needs..
.
Extra question, in Google Chrome the bottom of the screen is grey (if you scroll down). Do you see that as well and do you know what it is?
admin:
Hi Rik,
Such a nice modification. I love it! The font is great too.
Now, the gray bar at the bottom you see is from the old design to match the gradient effect in case the page is longer than 1000 pixel. In your case, you are not using a gradient and you can do the following:
1. Go to Admin Dashboard → Appearance → Editor. Select the style.css file. Its on the right-hand side of the Editor page.
2. Find the following code:
html {background: #D6D7D7;
}
3. Change that code to this:
html {background: #98A3C1;
}
4. Save the file. Your theme will be fine by now. But if you want to go a step further and remove unnecessary image, find this code (in the same file style.css and close to the top):
body {line-height: 1;
padding-top: 50px;
background: url('images/html.png') repeat-x;
}
5. Change that code to this:
body {line-height: 1;
padding-top: 50px;
}
6. That will remove the extra image that you will not need.
7. This is another tip. To increase your page load and reduce the image file size without losing quality or appearance (loss less image compression), go to Yahoo Smush It! and upload your header file (header.png). Yahoo will reduce the image file size without changing the quality, color or appearance. Your header.png file can be reduced by 30.33%, from 12992 bytes to 9052 bytes.
Hope that helps. Anything else, just post a comment here.
Cheolsu:
I like the clear design, full width page template without sidebar concept and the way it gives more space for comments.
Pothi:
Hi Admin,
Just started my new site (elegantblogs.com) that features one WordPress theme every week. I hope you don’t mind your theme to be featured on it.
Thanks,
Pothi
DarkEndless:
Hello,
I would send you a german translation of your amazing wp theme but I can`t find your email address.
Please tell me, where I can find it or reply my message.
CUsoon DE
Reggie:
Hello there, first of all, AWESOME job on this lovely theme! I really love it. sleek and simple.
How do I change the front page to show excerpt ?? I don’t want any duplicate content penalties from the engines..
thanks !
admin:
Hi there,
You can use the information below to sent me the translation files. Do add your website url so i can add it to the credit list above and on the theme itself.
admin:
Hi Reggie,
This is what you need to do:
1. Go to Admin Dashboard → Appearance → Editor. Select the file named loop.php. The file list is located on the right-hand side of the page.
2. Find the following code:
<div class="pjgm-postcontent"><?php the_content( __( 'Continue reading <span class="pjgm-metanav">→</span>', 'pujugama' ) ); ?>
<?php wp_link_pages( array( 'before' => '<div class="pjgm-pagelink">' . __( 'Pages:', 'pujugama' ), 'after' => '</div>' ) ); ?>
</div><!-- .pjgm-postcontent -->
3. Change the code above to the following:
<div class="pjgm-postcontent"><?php the_excerpt(); ?>
<?php wp_link_pages( array( 'before' => '<div class="pjgm-pagelink">' . __( 'Pages:', 'pujugama' ), 'after' => '</div>' ) ); ?>
</div><!-- .pjgm-postcontent -->
4. Save the file and you are done.
Arun:
You’ve done a great job with this theme. It’s so readable compared to most other themes. I’ll surely have it on my next blog. Thank you
911fordept:
I just love your themes… nice work and I hope we can work together in the future.
Regards,
Anders
Dan:
Love the theme, it looks great.
I tried on my own to widen the post area but failed. How can I do this?
Thx!
admin:
Hi Dan,
For pages, you can select One Column page, but for individual post, you can’t. It limited by the width of the whole theme.
Dan:
Ok, thx for the response.
steve:
hi,
I am looking to find out how to remove the comments file, this wonderful theme is mainly just for informative purposes and needs no comments.
please advise.
Thank you,
Steve
admin:
Hi Steve,
You can disable comment when you write your post. When you write a new post, at the bottom, find Discussion section and unchecked the comment ‘Allow comments.’ and ‘Allow trackbacks and pingbacks on this page.’ That will effectively remove the comment section.
Shane:
Hi,
Thanks for this awesome theme.
I’m currently constructing my website on a localhost/xampp setup.
I have dragged three ‘Pages’ widgets to the primary widgets area, renamed each to my desired names,
and have figured out how to use page id to exclude certain pages from certain tabs.
What I need to know now is how to prevent all my pages from showing up as links in the top menu and only
keep the home link at the top.
Thanks,
Shane
admin:
Hi Shane,
This what you can do:
1. Do to Admin Dashboard → Appearance → Editor.
2. Select the header.php file. Its located on the right-hand side of the screen.
3. Find the following code:
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>4. Just delete that line, save the file and you are done.
Shane:
Thank you! It works perfectly.
Marlene:
Hi
Just installing your theme – thank you.
I have a couple of questions.
1. I would like to show full post on the homepage, rather than an excerpt, how can I change this in the Theme editor?
2. Is it possible to remove the comments box and just have a link at the bottom of the page for comments instead?
Thanks
Marlene
Jeff:
I really like the theme, but it seems to be a bit too small for what I need. I know I can change the template, but I was hoping to keep the sidebar too. So I suppose my question is if there is a way to increase the theme width?
Hans:
Hi,
The Theme is very good! I would like to remove the “leave a reply” box. How can I do this.
Thanks for your help!
Hans
admin:
Hi Marlene,
1. Actually it shows full content on all pages except in archive and search pages.
2. Sorry, can’t do that as the theme is designed with comment box.
admin:
Hi Jeff,
You cannot increase/decrease the width as the graphics for the theme is designed at that size.
admin:
Hi Hans,
When you write a post or page, make sure to disable comment or comments are close and there will not be any ‘leave a reply’ box at all. You can do this when writing your post or page.
Rik:
Hi,
I’ve used your theme for a while now and very happy with it. But the plugin AntiVirus for WP says there is some strange thing in the theme files.
For example, in the file footer.php after the last tag I see a huge string and strange code. Won’t paste it here but have if for you i you want. Does this mean the theme is infected?
My AV gave me some warning when I entered the site for malware but site seems fine.
admin:
Hi Rik,
My theme is hosted in wordpress.com website and it goes thru rigorous testing. So, i think somebody manage to get into your site and added those lines of codes. I think it should be javascript codes. This is what you should do:
1. Update your wordpress to the latest version or simply re-install it. You may want to backup your data. It should get rid of the infection.
2. Update the theme.
3. While doing all the update, don’t visit the site as you don’t want to load what ever malware in there.
4. Update your password, then check your site.
BTW, can you tell me the url for your website?
Previous: Giant Panda Bear Wallpaper
Next: New York Yankees Wallpaper