Archive for the ‘Wordpress’ Category
Classic Mag WP Theme [Premium]
Feb 5, 2009 | Wordpress
Classic is a premium, magazine style wordpress theme. Classic mainly focus on contents, user interface and function. Simple blog layout, large header font, featured contents and white layout.
Features
- Wordpress 2.7 Compatible
- Cross-Browser Compatible
- Valid code
- Threaded comment
- Gravatar ready
- Widget ready
- Login Form
- Trackbacks and comments separated
Read the rest of this entry »
Photopro Theme [Premium]
Nov 9, 2008 | Wordpress
Photopro is a special wordpress theme made for photoblogging. Powered by awesome open soucre CMS called Wordpress, it make your task easier. Theme details : Photopro wordpress theme
The price reduce to $29*
How to display twitter as wordpress post
Oct 4, 2008 | Wordpress
I love sweetcron. Because its allow to display twitter feed as a post. But i will not change the system to sweetcron just for a function. I did simple research and found out the famous Twitter Tools plugin by Alex King allow me to do it.
So how?
1. Create a new category : twitter
2. Download the plugin.
3. Upload and activate it.
4. Go to twitter tools option page.
5. The key is to enable
Good luck! The rest is simple php and css.
+ I love to publish short update from desktop via twitter client.
- If you are twitter king/queen (heavy user) your wordpress blog will be saturated with twitter post.
Fame :: Wordpress Theme
Sep 21, 2008 | Featured, Wordpress

Hello!, what’s up people!
For the last few months, I have been working on several project*. Since i have a free damn weekend free time after doing my web programming assignment, i create a new theme. I plan to release it for free and called it Fame.
Page Template drop down missing in WordPress 2.6
Aug 10, 2008 | Featured, Wordpress

I upgraded from 2.5.1 to 2.6 last month. It is a good version and better than previous one. They fixed the Custom field problem and I am happy.
I discovered some new bugs in this version. Where are page template drop down in WordPress 2.6? Ya, the page template section is missing. I couldn’t find it whenever i try to create new page with custom template. Weird @-@
So, i just play with the wp-admin dir and try search the problem. What make this thing happen?
I figured out the edit-page-form.php in 2.6 is not the same as the 2.5. They add some new function to it.
The new 2.6 :
2.5
*click for bigger image
<?php if ( 0 != count( get_page_templates() ) ) { ?>
If it not equal to zero(the number of page template in you theme dir), it will automatically appear. But the page template drop-down still not there . What i can see is they add function. It is totally different.
Solution :
I made some modification to edit-page-form.php by adding some value.
- Go to wp-admin dir. search for
edit-page-form.php - Open it with text editor.
- Go to line 265. replace 0 with greater value like 110.
- Save it.
Refresh post page. The Page Template drop down should automatically appear now.









