/>PHP
add_filter( ‘gettext’, ‘change_post_to_article’ );
add_filter( ‘ngettext’, ‘change_post_to_article’ );
function change_post_to_article( $translated ) {
$translated = str_ireplace( ‘Post’, ‘Article’, $translated );
return $translated;
}
/>
/>
/> Visit wpsnipp.com for details on how to setup this WordPress snippet.
/>
/> Share this post. Facebook | StumbleUpon | Delicious | Tweet It | Digg This | DesignBump-It | DesignPoke-it
/>
/>






















0 Comments
You can be the first one to leave a comment.