Posts Tagged “wordpress”

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 »

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

WordPress Theme : January

by ronggur on January 6, 2009

Here is my first wordpress theme for public. I named it January. This theme is 2 columns layout theme with widget ready on sidebar. This design is released under a Creative Commons Attribution 3.0 License: http://creativecommons.org/licenses/by/3.0/. Right now the demo (…)

Read the rest of this entry »