whitelist_function('rd_gallery_shortcode'); function rd_gallery_shortcode($category = "") { $rdresult = '[rdgallery category="'.$category. '" ]'; return $rdresult; } ?>