Display WordPress Archive Lists By Specific Year or Month

By default, wp_get_archives can not passes year parameter on the argument. In this tutorial I will show you how to create a filter for wp_get_archives function so can be filtered by specific date, year or month.
WordPress Reserved Global Variables, You Should Avoid Define A Variable Using These Name

Global variable is a variable that is accessible in every scope, in PHP it works ONLY for the same page and the file that are included after. However, some predefined variables, known as superglobals are always accessible in whole site. Both of global and superglobal variable can be redefined or overwrite it’s value. When developing [...]
Creating a WordPress-Alike Hook For Your Own CMS

Probably you have known this, WordPress code is pretty good, especially when compared with other CMS or what we ever found on PHP tutorials. The one I like is how WordPress uses hooks. If you ever created WordPress plugins, you may experienced that you don’t need to modify any of core code just to add [...]
WordPress Iteration in Your Own PHP Application
Wordpress has its own way to loop the posts, that is different than what other CMS does. I think it’s great because of flexibility and usability reason. It would seem easy later, when you want to manipulate the result before it is displayed to the browser. So you want to implement the WordPress-style loop in [...]
WordPress Plugin WP Sub Post
WP Sub Post is a wordpress plugin that allow you to make your wordpress post has a parent or child post. Notes: Child post is a real post that has a parent. Child post only displayed on it’s parent post page or when parent page is displayed. Child post can not be viewed individually. Child [...]
WordPress Spry Menu Plugins
Hi, this is my first plugin I write. WP Spry Menu that automatically creating Spry Drop Down Menu for wordpress category include configuration page with configurable “Home” link. This plugin using Spry (Copyright (c) 2006. Adobe Systems Incorporated) javascript library from www.adobe.com. The Spry library is FREE and redistributable with some condition (see license on [...]
Mengedit Template OsCommerce dengan STS

Apakah anda pernah mencoba mengedit template osCommerce?. Ada satu module bawaan dari OsCommerce yang memungkinkan kita untuk dapat merubah bahkan membuat sendiri kostum template kita dengan cara yg mudah. Mod ini di namakan Simple Template System (STS). Cara kerja STS ini adalah mendeklarasikan setiap bagian bagian (seperti box info kiri, kanan, header, footer dll) web [...]
Cara menginstal template oscommerce

Oscommerce, salah satu CMS yang digunakan untuk membuat toko online ini cukup banyak digunakan di internet. Menurut data di website resminya, saat ini sudah ada sebanyak 13,157 toko online atau online store yang menggunakan CMS ini dan itu tentu saja tidak termasuk website-website yang tidak terdata. Masalahnya adalah bagaimana menginstal template oscommerce ini? Karena struktur [...]
