Archive for the “Categories” category

WordPress : How to get category ancestor

by ronggur on October 31, 2011

Here is code I usually use to find ancestor or parent of a category I know this code is premature, it’s only works when you didn’t modify the category slug. But at least it is working in almost all my (…)

Read the rest of this entry »

WordPress : Custom Action Hook in Action

by ronggur on August 9, 2011

There are two types of hook in WordPress, filter and action. And in this occasion I will try to give examples about Actions hook. According to codex.wordpress.org: Actions: Actions are the hooks that the WordPress core launches at specific points (…)

Read the rest of this entry »

Newscoop Contest Design

by ronggur on July 27, 2011

Newscoop is an open source CMS used by hundreds of independent news organisations to publish content online. Sourcefabric are looking for individuals to create a new theme that brings together quality journalism, with quality design. The prize? A chance to (…)

Read the rest of this entry »

RH Yahoo! Messenger WordPress Plugin

by ronggur on May 24, 2011

Hi, there. In this post I want to introduce my first WordPress plugin . This plugin is a widget plugin that will shows multiple Yahoo! Messenger Status of your own. So here it is.. Installation The plugin is simple to (…)

Read the rest of this entry »

WordPress : Get page permalink by name, slug or title outside loop

by ronggur on April 19, 2011

I know we have get_permalink() in WordPress to get permalink by id of specific page. So this post is only alternative how to get the permalink by name, slug or title. 1. Get Page ID by name, slug or title

WPTrick : Add new element into wp menu

by ronggur on January 9, 2011

A simple trick to add new element into your wp menu.In this case I want to add custom search form to may Just add this codes to your wp code I usually put in in functions.php Method above will add (…)

Read the rest of this entry »

quote of the day

by ronggur on September 14, 2010

quote of the day : wordpress makes your life seem easier

Capturing it

by ronggur on April 15, 2010

Let me introduce my new photoblog http://shoot.ronggur.com . New hobby and of course need new extra time :p. Still and always need more knowledge about this new hobby. Enjoy..

Houston, We’ve Got a Problem

by ronggur on February 2, 2010

Last nite i found my blog down for several hours, i don’t know what happened and now it’s up again but unfortunately there are some comments lost (sorry). But it’s okay since i’, not losing the whole database images taken (…)

Read the rest of this entry »

jQuery Tutorial : Simple ajax star rating with php (extended)

by ronggur on January 19, 2010

Some people ask me question about how to implement my last star rating in multiple star rating, and here is the answer on how to implement it. 1. Upgrade latest table Since you’ll need to add ‘id’ on multiple record (…)

Read the rest of this entry »