I try to overwrite custom_fields with gender
if ($post['custom_fields']['gender'] == 's') {
$post['custom_fields']['gender_rewrite'] = 'Shemale';
}
Is my way is ok?
also I notice is important to keep logic construction in php section, we need to think what to do first and last