In qTranslate, there is this function that “dispatch” the language with the kind of string you have.
Haven’t tested it yet, but you could do something like:
$myString = get_post_meta( $post_id, 'Functions', true);
echo qtrans_useCurrentLanguageIfNotFoundUseDefaultLanguage($myMeta);
This will display the right language on your post based on the current page’s language.
Related Posts:
- Advanced Custom Fields query
- FacetWP group listings by custom field [closed]
- how do i remove posts from a WP_Query so the pagination is right?
- Redirect to another page using contact form 7? [closed]
- What database state changes happen after a post is manually “updated” with no changes?
- How to pass multiple custom fields as shortcode’s parameters
- WordPress Meta Query: Relation is not working correctly
- Order custom post type by posts with most likes first
- What is the easiest way to create a custom field archive?
- How to filter posts with a wp query by a custom dropdown type field with the magic fields plugin
- WooCommerce shop page orderby [closed]
- Carbon Fields use in custom plugin class
- How I can get custom field’s current value?
- UnWanted Custom field added in the wp page edit area
- Woocommerce – How to populate custom select field with stored values on checkout page?
- Get posts from WP_Query and format them on admin_head
- Not getting author rank when using return
- Implement Autocomplete for a custom field on WordPress Plugin Frontend
- How do I “get the next 10 posts after post_id == x”?
- switched from query_posts to WP_query, not working now?
- Multi language site [closed]
- AJAX search posts and pages
- DROP TABLE with uninstall hook not working
- Assign / update custom field value for all posts (How can I assign only to posts without custom field value?)
- Creating a custom post type, adding custom meta fields, preventing all future editability of posts of this type
- How to change this WP_Query to get all ProductIDs and not only specific one?
- Custom rewrite rules not working with WPML
- auto populate list of questions if user select a category xyz
- is there a way to link one of the field in ACF field group, to a field in a media attachment page? [closed]
- How to toggle between two custom fields in WordPress woocommerce ‘WC Product Field Group’ plugin?
- How to create an input field, and base the output on spreadsheet data? [closed]
- How to call WordPress function other files
- Insert content of a post into another
- How do I hide posts across all loops based on the value of a custom field?
- WP_Query and NULL meta keys
- how to use in custom single.php template using php?
- Force language in translate function
- polylang + category/tag custom language link
- Custom User meta field display
- WordPress page and plugin list using sql query
- How to create a custom shortcode based on the layout?
- Using AJAX to generate front end / viewer end pages
- How WordPress is able to change locale without using setlocale
- Execute js files doesn’t seem to work
- Xili language plugin not showing language flag [closed]
- WordPress metaboxes – textfield suggestion automatically populated
- Char limit on custom blog-post form? [closed]
- Unable to select image using custom image field type
- WooCommerce search products between price range using WP_Query
- ACF: post query, hide duplicate values [closed]
- Every new post/draft has a custom field variable “yst_is_cornerstone” showing
- Translation plugin to translate another plugins
- Custom Post Type Fields
- How to insert multiple postmeta values with one query?
- How do I enforce users to fill a determined custom field using WyPiekacz?
- How to Loop Through all Posts and Count Attachments using Get Media Attachments
- How to get a list of bundled products using wp_query in woocommerce
- order posts by `meta_key`, Does not display posts that does not have `meta_key`
- WordPress Apply filter in plugin causes 500 internal error
- Meta query for comparing two dates
- Adding class to last list item? Not WP generated
- Replacing global wp_query
- How to Resize the Custom Post Images?
- Amazon.com intergration with WordPress?
- Sticky option for custom post types without using custom fields or plugins
- Error in pdf generating plugin using FPDF
- Return multiple values in a shortcode attribute
- How do we update a custom file upload field with the Advanced Custom Field plugin?
- Order posts by meta key ( Using ACF )
- How to add fields in the WordPress editor?
- Plugin translation not working on WordPress.org
- woocommerce search by sku and title ajax
- Loop returns the current page’s permalink and guid instead of the post in the loop
- WordPress function to add text warning on every pages [closed]
- Add user meta after a user has registered and logged In [closed]
- How to get CPT category checkbox list and show post of selected(multiply) checkboxes via ajax?
- BuddyPress activity on edit post for a CPT
- How to add an extra, independent set of custom fields?
- Price comparison table based on Custom Post Type?
- Show related posts based of current ACF field name in a single page post (a loop within loop)
- How can I store data from custom fields to custom tables?
- Translation to ACF relationship field
- Woocommerce – Change Variable Product Add to Cart to behave like external product using Custom Field (link) [closed]
- How to handle a WordPress blog with articles in different languages?
- Delete data from custom table when deleting a post
- Language translation on a fresh english installation
- Custom Fields for Page Edits
- How to enable WPML in BuddyPress Multilingual Plugin in a single website? [closed]
- “After file loaded” action
- Plugin that lets visitors Like a post (not facebook) and stores likes in custom meta?
- Pagination not working
- Parent Child Custom Fields with Advanced Custom Fields
- grab or load text on demand
- How can I add user profile fields to my mailpress mailout
- Dictionary-style definition list plugin
- Advanced Custom Fields Plugin – Images not displaying
- is_front_page breaks with url parameters generated by a plugin
- How to find the WordPress Nextgen galleries which are not used in WordPress posts?
- Adding custom Field To The Posts Listing
- Adding CASE in WP_Query