Check the code that is used by NuRelm Get Posts, it’s very likely that it outputs the title using something like
echo $post->post_title;
To have the title translated by qTranslate,the plugin must use the standard function of WordPress, in this case the_title, that is applying the filters that qTranslate use to render the text multilanguage.
Use:
echo apply_filters('the_title',$post->post_title)
instead.
Remember: this must be DONE in the plugin. Contact the author or substitute it and send the patch to the authors.
Related Posts:
- How to force WordPress to temporarily switch locale (using qTranslate)? [closed]
- Disable qTranslate by post type in admin + disable per page / post ID on front-end [closed]
- Qtranslate displays empty categories with get_categories()
- Custom values are not translated
- Plugin translations problem
- How to set a custom title per language?
- How to enable qTranslate languages tabs in custom plugin page
- qTranslate conflicts with SEO-plugins [closed]
- Multi language site [closed]
- How to merge two .PO language files?
- qTranslate remove default directory from link
- How can i change the texts of plugin (created by me) in wordpress admin?
- How to change Header image depending on language [closed]
- Translating Website
- qTranslate‑X is not translating all shortcodes
- Echo user id of users in seperate table
- How to upload multiple files/images when developing a wordpress plugin?
- plugin code is pulling information from database in one instance and not in other. What is wrong?
- Best practice for including plugin output in a template without using shortcode?
- Recommend a flexible lightbox that allows an image or HTML to be used
- How to apply next/previous classes to LIs for pagination links?
- Socialite WP plugin, unable to obtain API keys from FB
- Choose which plugin to run based on user?
- WordPress reliability
- Include a php file from another plugin
- How to create wordpress widget that is fixed position on the home page
- Too many login attempts
- Php page with filters for custom fields
- Can the uniqueness of the plugin file/plugin slug and version number be trusted?
- How can I fetch data from another website to my wordpress website with mysql database
- How to translate WP Blog (search, category etc.)?
- How can I concatenate variables to search results title? [closed]
- Switch from wp-cron to a server cron job
- Sending customer an email with link to stripe to make payment
- how to change wp-admin url using function file
- How to pass a query string to another page on the same site?
- How can I add a fixed vertical menu to my site? [closed]
- WordPress plugin: efficient way to store large data
- Allow multiple selection of user roles
- The Events Calendar Plugin – List View Background Colour Issue [closed]
- Language translation on a fresh english installation
- Create a link which allows visitors to disable a plugin?
- wordpress plugin to manage the layout/design of a theme
- CSS/JS files in WordPress
- Sage wordpress add customize register
- Seperate plugin and theme files
- How to make PDF books readable on site with woo-commerce?
- How to implement color picker from WordPress in my boilerplate plugin?
- custom post type plugin error [closed]
- get_post_meta shortcode returns empty field
- create pages automatically and dynamically in wordPress
- How to get a specific string from a url
- Does anybody know how to insert a complete jquery plugin into a wordpress elementor-page?
- How to authenticate via API to allow writes/updates
- How to change WordPress core language using Loco Translate?
- Removing Plugin Action via Theme for Non-admins
- I would like to add a function that allows the customer to add multiples of the same product to their basket, how can I do this easily?
- How to disable/enable PHP plugin functionality based on a TinyMCE toggle-button
- How to give .html extension to just one post not all post
- Override filter variable not working
- Can I Embed a Contact Form within a Contact Form Using Contact Form 7 in WordPress
- Using Widget Logic to place menu on multiple pages?
- Creating wordpress admin page panel [Theme Option]
- ‘Easy Template Path Hints’ for WordPress?
- datetime jquery UI not showing after theme update
- Yoast Seo Plugin meta title not showoing [closed]
- Why doesn’t a form need an ‘action’ with a plugin that uses the post data?
- Translating wordpress plugin
- Ajax return 0 in plugin – ajax only used in wp-admin
- URL RewriteRule doesn’t work when using WP Database Participants in my WordPress website
- Upload an image in wordpress plugin
- Plugin – including external javascript calling google maps
- Plugin Hooks Not Shown in WP Cron Jobs
- Some of my php is rendered only when logged as admin
- Contents are missing but shown when switching to another theme in wordpress
- product_tag to style an image
- Pulling sub-site content into specific pages
- get_post_meta does not work
- Using wp config to connect to a DB from a plugin
- How to create post comparison in wordpress
- How can I create a navigation menu in the sidebar that can also act like a slider?
- WordPress alert bar is in the wrong location on page for plugin
- Extra Text in Home URL
- Blog page id different then in main menu
- WordPress restriction to the whole website
- How to put tags on photos in Windows that WordPress can read and apply on media files?
- List category-posts not work properly
- Auto-scroll to beginning of accordion item
- A splash page on landing page
- I cannot login after installing the wp-login timeout setting plugin
- True/False ACF field returning null by default even if default value is true
- Sanitizing, Validating , etc (Plugin)
- How to trigger plugin migration code when plugin updates?
- How to Save Category and Delete Category in same Function
- Allowing users to install a predefined bundle of plugins and themes with one action
- Uncaught ArgumentCountError
- Secure way to add JS Script to WordPress filesystem
- Not applying update field (acf) in my plugin
- WP galleries in posts after import. How do I do it?
- How can I create a drawable image for a contact form