Title: mmb000's Replies | WordPress.org

---

# mmb000

  [  ](https://wordpress.org/support/users/mmb000/)

 *   [Profile](https://wordpress.org/support/users/mmb000/)
 *   [Topics Started](https://wordpress.org/support/users/mmb000/topics/)
 *   [Replies Created](https://wordpress.org/support/users/mmb000/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/mmb000/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/mmb000/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/mmb000/engagements/)
 *   [Favorites](https://wordpress.org/support/users/mmb000/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Toolset Types - Custom Post Types, Custom Fields and Taxonomies] Get custom select field OPTIONS translated into a template](https://wordpress.org/support/topic/get-custom-select-field-options-translated-into-a-template/)
 *  Thread Starter [mmb000](https://wordpress.org/support/users/mmb000/)
 * (@mmb000)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/get-custom-select-field-options-translated-into-a-template/#post-6232200)
 * Also forgot mentioning I know you can bring values into the template by the Page
   ID the select field is related :
    e.g. types_render_field(“food-category”, array(“
   post_id” => $result->page_post_id, “raw” => “true”));
 * or
    types_render_field(“food-category”, array(“post_id” => $result->page_post_id,“
   html” => “true”));
 * This will bring the VALUE translated depending of the “ICL_LANGUAGE_CODE” value(
   in this case de)
 * but again can’t get the options translations themselves… please help.

Viewing 1 replies (of 1 total)