WordPress Development FAQ

With more than 5 years of WordPress development experiences. I decided to create this summary of most frequently asking question (FAQ) while developing a WordPress themes or WordPress plugins. And this post will continuously updated, so you may need to bookmarked it :)White blank page (White screen of death)This is one of the annoying issue in WordPress. It is just a white blank page. No errors, No warning. I found this issue couple times during my WordPress development. And i wrote it in … Read more...

WordPress Jetpack v2.5 Update

Since my last post about WordPress Jetpack, now it is already in version 2.5. There are a lot of enhancement and couple bugs fixed, you can see all the changelogs in the plugin page. One thing that i love from Jetpack, it is fast growing and rapid releases. Lot of new features surprises in every release they made.I joined the Jetpack beta testing group (you can join only by invite), and there will be a lot more new features that really helping your WordPress powered website to have rich … Read more...

The Perfect WordPress Installation

I love WordPress and so other 100 millions websites on the internet are using WordPress. As professional web developer, mostly i develop my clients website using WordPress and our custom-built framework CalibreFx. And with the 3 years of experiences of using WordPress, optimizing it, got hacked, and move to different hosting providers, i decided to compile all those experiences and write this article of how to make the Perfect WordPress Installation.Web HostingChoose carefully the web … Read more...

WordPress Plugin of the Week: Jetpack

Jetpack Plugin is one of the must use plugin for your WordPress website. This free plugin can super charge your WordPress blog with all it's features. The best thing from this plugin is, all the features is modular. You can switch off and on the features you need or you don't need. The features i love the most are Photon and Infinite Scroll.Publize. Publicize makes it easy to share your site’s posts on several social media networks automatically when you publish a new post. Supported … Read more...

WordPress Countdown Plugin

WordPress Countdown Plugin is a plugin that help you to add JQuery countdown timer on your WordPress post/page. It is as easy as add a shortcode to the WordPress post/page content.Grab the code below to quickstart:WordPress Countdown Plugin Installation To install this plugin is as easy as add plugin from your Admin Page:Browse to plugins > Add New Search with this "WPCountdown" And click install nowThen after it is installed and activated, you can use it freely in … Read more...

WordPress Series: Plugins To Start With

There are thousands of WordPress plugins that you can download it from WordPress plugins repository for free. Since there are many plugins to choose for, please be aware with the plugins compatibility. Not all plugins are good. Some of them are abandon project. I will share some list of plugins that might be useful for you to start your WordPress blog.Akismet Akismet is spam filter thatn come by default with any WordPress installation. It keeps your site protected from spam even while you … Read more...

Easy Noindex and Nofollow WordPress Plugin

As Google update it's algorithm so called Panda algorithm, you should aware with your low quality post in your website. So i made a simple plugin to easily add noindex and nofollow meta in your post. You can choose which post you don't want Google to index it.How to use Easy Noindex and Nofollow plugin: 1. Download and upload it to your WordPress plugin 2. Activate it. 3. Now the options will appear in post meta. (in New/Edit Post, just below the text editor box)As you can see you … Read more...

[HowTo] Upload Your Plugin To WordPress Plugin Repository

What make WordPress powerful is WordPress plugin. WordPress have extendability through plugins, as you can turn WordPress to any kind of websites (ex: ecommerce), beside just a plain blog. So if you are a web developer or have web programming skill and you want to give something to WordPress community, you can make a WordPress plugin and upload to WordPress plugin repository, so the community could use your great plugin.So how to upload your WordPress plugin to WordPress plugin repository? … Read more...

DB Cache Reloaded Fix For WordPress 3.1

Since WordPress upgrade to version 3.1, there are some plugin compatibility issue for example DB Cache Reloaded. You may read my previous article DB Cache Reloaded not compatible with WordPress 3.1 as during plugin activation trigger an error: “DB Cache Reloaded Error: wpdb class is redefined, plugin cannot work! Previous definition is at /home/xxxx/public_html/wp-includes/wp-db.php:52.”.As the plugin developer not responded to any complain in forums. I took a step to take a look at the … Read more...

Fast and Relevant WordPress Search

It's not a secret anymore that WordPress search results is not very good. Sometimes it is not relevance. It is because WordPress search use "OR" sql query for search keyword. And i manage to make my own plugin to replace WordPress core search function.This is my very first plugin that i upload to WordPress plugin repository. I name it: Fast WordPress Search, it available on WordPress plugin repository. Fast WordPress Search is a replacement for WordPress core search feature, it is faster and … Read more...