Free WordPress Theme: Pongsari a Simple and Clean Theme (Update v1.1)
19th Feb 2011 | Posted by Eko S. | 88 CommentsToday we’re pleased to release our new design for free wordpress theme this month, Pongsari. A simple and clean theme, customized from TwentyTen theme a wordpress official default theme. The theme also support for wordpress post thumbnail and custom menu function.
Pongsari is provided to you under the open source GPL License—this means that you can use it for all of your projects for free and without any restrictions. This theme is flexible enough that you can use it as a starter theme for your WordPress projects.
Download the theme for free!

Features
- Support to WP 3.0+
- Stylish, customizable, simple, and readable
- Supports six widgetized areas (two in the sidebar, four in the footer)
- Support wordpress post thumbnail function
- Support wordpress custom menu function on header
- Cross browser compatibility
- Support for threaded comments
Screenshots

Homepage

Dropdown menu

Single page

Archive page
Feedback
Finally if you have a problem, input or feedback about Pongsari Theme, feel free to leave a comment here. Your feedback makes us better.
Hello, I love this theme. You've done a great job with it and I already implemented it on my development site. I hope soon it will be on production website and the first thing that stops me to put it live is that on Internet Explorer the title of the website and of the posts are not displayed( they dissapear). These are displayed only in compatibility view mode from IE 9 and the menu is displayed wrong afterwards and the shadow of the content dissapears. Do you know how I can fix it?
Have a look please on dev.fotoevents.ro
Thanks in advance,
I get this piece of code on the homepage before the first post, how I can fix it? array('post','marketing','computer','name_of_the_post_type','name_of_the_post_type'))); */ ?>
Great Theme. Just can't find the template option in the page attribute. It is very important for my website. How do i fix it?
Great Theme. Just can,t found template option in the page attributes. Its really important to my website. How could i fix it? Help! Any feedback would be appreciated.
Hi, great theme, thanks for making it freely accessible. I have two questions: 1) As MareAstra pointed out in her/his post, the version downloaded from this site is labeled '1.0' when installed in Wordpress. Is this just a labeling error or is it still the older version? 2) How can I integrate my Twitter account? According to one of your posts, this should be possible in version 1.1. Would be fantastic if you could help me out with these questions! Thanks in advance, Philipp
Hi! I love this theme, but I have a few questions. When I download from the main page, the theme I get is still labeled Version 1.0. Where can I get version 1.1? Second, post pictures do not display on Blog view. I think this is because I cannot find version 1.1 for download. If not, how can I enable thumbnails? Thanks!
great theme, added built-in widget+shortcode, surely it will be "free premium" theme. maybe i try it later as for now i've been through a lot of things to customize current theme.
Great theme, but there's one big problem: why isn't it displaying images? It does when you click on the single page, but not the homepage. Help! Any feedback would be appreciated.
Is anyone else having a problem with some characters not showing up in the headings? E.g. apostrophes, dashes I've switched to Google fonts to use the lobster font but having the same problem.. is there any way around this?
download this file http://cufon.shoqolate.com/js/cufon-yui.js?v=1.09i and upload it to js folder of the theme to replace the old file
Hello, how can I show hyperlinks in posts previews ? If you go to my blog http://blogcloud.com.br you'll see I have a link that isn't hyperlinked. Thanks.
I'm brazilian, in my language (pt-Br) we have word like this: uberlândia. Then I can't put these words in my post title because it goes as "uberlndia". How can I change the posts titles font? Thank you very much.
add this code to function.php : add_image_size( 'index-thumb', 150, 150, true ); and then in loop.php, in line 41 to 43 replace {the_post_thumbnail(array(150,150), array ('class' => 'alignleft')); } else {the_post_thumbnail(array(150,150), array ('class' => 'alignright')); } with : {the_post_thumbnail(array(300,300), array ('class' => 'alignleft')); } else {the_post_thumbnail(array(300,300), array ('class' => 'alignright')); }
Thanks for helping. I want to show pictures of the first page. But it still does not show. I have to click to another page, so it can be seen. I've heard about creating custom field, which I do not. Would you like my voice?
I dont think this theme already has Tumblr version, and you have our permission if you want to convert it to Tumblr,
Hi elmoo, This theme is still standard, wordpress alone is good for SEO but you can optimize the SEO with some plugins, here: All in One SEO Pack or WordPress SEO plugin by Yoast.
I was wondering why my flickr feed doesn't show the picture on the homepage. I don't want to have to click through for that. Is there a quick fix for this?
hi!! i had downloaded this theme.. it looks great but have a problem with posting... could u help me out with it .... the problem is that what ever i post if i click the heading, it doesnot navigate to the whole post .. even if the post is long.. it shows “Continue reading →”. and when i click it it shows "not found".. please help me ....
was hoping an early reply from u .. but i guess i should change the theme itself thank u so much any ways ..
First of all, it is a beautiful theme. But I have a problem. I'm using Lightbox to have produced images. When the lightbox is active, the widget Titel does not contain hidden but hang right in the picture. Is there a solution. To look at the problem, please click the following article on the first image. http://www.symmsblog.de/2011/05/die-toskana-deutschlands/ Thank you apologize in advance for the help.
Thank you for your answer. It's working. I have one question more. What should I do, if I want to show all content of my posts on main page? I don't want hide it after "Continue reading →".
Open loop.php, in line 46, replace the_excerpt() with the_content() also delete these lines, if($counter == 0 || $counter == 1 || $counter == 4 || $counter == 5 || $counter == 8 || $counter == 9 || $counter == 12 || $counter == 13) {the_post_thumbnail(array(150,150), array ('class' => 'alignleft')); } else {the_post_thumbnail(array(150,150), array ('class' => 'alignright')); } $counter++; they are in line 40 to 44
Thanks a lot Reza! Do you plan to add post format support - feature from new Wordpress? I think it would be a great idea. Now there is a lack of this kind of themes.
Hello First of all I want to say, that Pongsari is amazing theme. But I just have to problems... 1. How to change font used in titles of posts to some standard font? Font used in Pongsari don't support polish letters special characters. 2. On IE 9 RC this fancy font completely disappeared... Look at this example: http://izbieractwo.pl/wp-content/uploads/2011/03/pongsari-ie-fail.jpg So I back to my previous theme :/
open footer.php and delete these lines: <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/cufon-yui.js"> </script> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/lobster.cufonfonts.js"> </script> <script type="text/javascript"> Cufon.replace('#site-title, .entry-title, h3.widget-title, #comments-title, #footer #site-info, #reply-title', { hover: 'true' }); </script>
Trackbacks




































[...] Free WordPress Theme: Pongsari a Clean and Simple Theme [...]
[...] Jen dodám, že téma vytvořil tým od DynamicWP [...]
[...] Pongsari is a simple and clean WP Theme, modified from TwentyTen. [...]
[...] we’re pleased to release our new design for free wordpress theme this month, Lempong. Another customized theme from TwentyTen theme a wordpress official default theme with header image slider. This theme also [...]
[...] 2.pongsari [...]
[...] 2.pongsari [...]
[...] Pongsari — простая и чистая [...]
[...] 2.pongsari [...]
[...] DEMO | DOWNLOAD [...]
[...] Download | Demo [...]
[...] Pongsari is a simple and clean WP Theme, modified from TwentyTen. [...]
[...] Pongsari (Demo) Pongsari, a simple and clean theme, was built using the WordPress 3+ default theme TwentyTen as a framework. It comes with support for WordPress 3+ thumbnails and custom menu functions. [...]
[...] Pongsari [...]
[...] Pongsari [...]
[...] Pongsari [...]
[...] Download | Demo [...]
[...] Download | Demo [...]
[...] Pongsari [...]
[...] Pongsari [...]
[...] Features » Demo » Download » [...]
[...] ดีไซน์เว็บไซต์โหลด: Features » Demo » Download » [...]
[...] Demo & Download [...]
[...] DEMO | DOWNLOAD [...]
[...] Pongsari [...]
[...] Download [...]
[...] Pongsari (Demo) Pongsari, a simple and clean theme, was built using the WordPress 3+ default theme TwentyTen as a framework. It comes with support for WordPress 3+ thumbnails and custom menu functions. [...]
[...] я сменил оформление блога, старый шаблон Ponsgari от dynamicwp.net нравился только домохозяйкам, поэтому было принято [...]
[...] Demo & Download [...]
[...] Pongsari (Demo) Pongsari, a simple and clean theme, was built using the WordPress 3+ default theme TwentyTen as a framework. It comes with support for WordPress 3+ thumbnails and custom menu functions. [...]
[...] Pongsari theme: demo | download [...]
[...] Pongsari (Demo) Pongsari, a simple and clean theme, was built using the WordPress 3+ default theme TwentyTen as a framework. It comes with support for WordPress 3+ thumbnails and custom menu functions. [...]
[...] Pongsari (Demo) Pongsari, a simple and clean theme, was built using the WordPress 3+ default theme TwentyTen as a framework. It comes with support for WordPress 3+ thumbnails and custom menu functions. [...]
[...] Demo | Download [...]
[...] Pongsari [...]
[...] Features » Demo » Download » [...]