You can get the current language with qtranslate using the function qtrans_getLanguage()
; and then use it like this for conditionally showing content:
<?php
if ( qtrans_getLanguage() == 'en' ) {
//put your code in here
}
elseif ( qtrans_getLanguage() == 'de' ) {
//put your code in here
}
?>
Related Posts:
- Reuse links in a post across different languages
- Add CSS Class to Link in TinyMCE editor
- Get the prev / next page links only (not title, etc)
- How to re-enable the links manager?
- Wondering how to turn your firefox bookmarks into a WordPress blog?
- Links redirecting to localhost after migration to server
- How can I find all internal links that are pointing to post/page?
- Creating a Link Directory using WordPress?
- Count and show Clicks on external links in a single page/post
- root-relative links for multiple parked domains
- Get link value only from the_content()?
- widget to output a link to archive view
- Can’t add a class to links in the visual editor since WP 3.1?
- how can i add a menu link that goes to an external page
- Remove all links to a specific website
- Link Category Description
- programatically change href to onclick=window.open
- Open link in a new tab checked by default when adding a new link in visual post editor
- Deep linking to an accordion tab with Visual Composer
- Setting a page link in the footer?
- How to add/change a value of $wpdb property/var?
- Need advice on how to add links in users profile page?
- How to hide a customization link themes menu in wordpress?
- Getting only the most recent bookmark?
- WordPress links/bookmarks – need to urlencode because spaces are getting stripped
- Custom Post Type archive link in WYSIWYG editor
- How do I make my navigation bar link to an external page?
- Create anchor from Wysiwyg editor
- Is there any way of changing the post order via user click?
- How to remove author name and link from a shared link preview?
- wp_get_attachment_link to add title attribute to link tag around image
- Can I generate then display a mixed list of linked and unlinked terms
- How to prevent a page from being linked in the menu/crossbar
- How to convert all links to no follow links of particlular section of a webpage
- Linking from Menu and a Page to the latest post from a specific category
- Links are not working on All Plugins Page
- Is there a way to hide WordPress behind a web visible directory?
- Copy button for anchor link
- plugin admin subpage title and links in menu not highlited at current page
- Change Read More in Child theme
- Add text excerpt and pictures to hyperlinks?
- Default Link for TinyMCE “Add Link”
- Parent/child pages and link structure the right way
- How do I get link URLs from the WordPress links backend into an array?
- Is there anyway to use relative link instead of absolute link?
- How to link to local post
- Exclude uploaded files from appearing in the excerpt()
- link to single most recent post, regardless of category
- Change description of my Jetpack facebook shared links [closed]
- Add the title attribute to links
- Moving a wordpress.org website to another domain name?
- WordPress relative links for regular non image links
- How do I make WordPress “Page” link in the top nav bar go to an external URL?
- Trouble getting the Blog page to show up correctly
- How Do I Link My Whole Featured Article Image?
- Insert wrap span tag around contents of a link tag automatically
- remove the title attribute from links [closed]
- How to remove a link of date archive
- Embed/Link external web pages into my WordPress blog (Like Facebook grabs Image, Title, and Description)
- Button linking to an unique link
- Links In Sidebar not displaying
- Display category page number links for older posts
- Blogroll/Lins Menu not visible in my backend?
- How to get Facebook to see YouTube/Blip embeds when sharing a link?
- Related posts for a post
- How do I exclude main pages and link only to sub pages?
- Converting a hierarchy of off-site web-links to Word-Press
- What’s the URL to my blogs (from my home page – which is a “page”)
- Snippet to Format Elementor Text Box Throws Error
- Remove the preview link box since 6.0 update
- Link to downloadable excel sheet on website leads to unfinished version of document
- how give a link to an Elementor Pro widget with variable part
- How to find what pages are internally linking to a page?
- How to download file without login to wordpress account?
- How to add a target to a link
- Making download links from short code
- Displaying Most Recently Edited Post
- Best practice and technology to Offset anchor links
- My home page is still showing link “localhost” [duplicate]
- WordPress Intranet Link Not Working
- Prevent “nofollow” from Being Inserted into BBPress Posts
- Anchor link on single.php
- WordPress link management
- Adding Edit subnav link to Custom Buddypress Profile Tab [closed]
- What could interfere with changing iframe contents with href?
- Logout link not working
- How to link to specific part of a page in wordpress permalinks
- WordPress is adding rel=”nofollow” and target=”_blank” to internal links in posts and pages
- Weird characters being added to my link
- On main page link image to post page, on post page link it to it’s own image?
- Removing links from posts in WordPress
- WordPress link to show popup box
- External Link issue in Visual Form Builder Pro
- Link to Portfolio page by id instead of name
- How to Link to WP Pages Internally and Extenally
- What is making these links open as new windows?
- Suddenly unable to share WordPress link on Facebook
- tinymce “Link” popup throwing error, not working
- Short website link for all post
- how to create a link to open app? [closed]