Title: BenMann's Replies | WordPress.org

---

# BenMann

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

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

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [is_home || is_category is not Working!? If Else](https://wordpress.org/support/topic/is_home-is_category-is-not-working-if-else/)
 *  [BenMann](https://wordpress.org/support/users/benmann/)
 * (@benmann)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/is_home-is_category-is-not-working-if-else/#post-6791737)
 * Hi [@silvermonkey](https://wordpress.org/support/users/silvermonkey/),
 * I might be wrong but depending on your $wp_query this might actually default 
   to the else case. Are you using a [standard loop](http://codex.wordpress.org/Class_Reference/WP_Query#Usage)?
 *   Forum: [Requests and Feedback](https://wordpress.org/support/forum/requests-and-feedback/)
   
   In reply to: [Translation errors](https://wordpress.org/support/topic/translation-errors-5/)
 *  [BenMann](https://wordpress.org/support/users/benmann/)
 * (@benmann)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/translation-errors-5/#post-6790174)
 * Hi John,
    you can start looking around here: [https://make.wordpress.org/polyglots/](https://make.wordpress.org/polyglots/)
 * or more specifically suggest translations regarding the core here: [https://translate.wordpress.org/](https://translate.wordpress.org/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] Language switcher only for available content](https://wordpress.org/support/topic/language-switcher-only-for-available-content/)
 *  [BenMann](https://wordpress.org/support/users/benmann/)
 * (@benmann)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/language-switcher-only-for-available-content/#post-6790167)
 * Hey [@talktohaas](https://wordpress.org/support/users/talktohaas/),
 * The bit of code below gets the english version of your content no matter what
   the current language in your session is set to. That way you could put the contet
   into a variable and if it’s empty you know there is no translation available 
   in that language.
 *     ```
       $id=835;
       $post = get_page($id);
       $content = qtranxf_use('en', $post->post_content,false);
       echo $content;
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Contactform not sending](https://wordpress.org/support/topic/contactform-not-sending/)
 *  [BenMann](https://wordpress.org/support/users/benmann/)
 * (@benmann)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/contactform-not-sending/#post-6789625)
 * Hi [@goody66](https://wordpress.org/support/users/goody66/),
    some things you
   might try:
 * • Check if mails are sent properly (not using contact form)
    • Update WP / contactform
   7 (if not latest) • Share your config of CF7 so we can have a more dtetailed 
   look and/or how you implemented it (in template / shortcode / …)
 * Would also be interesting to know what you changed in the past days. WP updates,
   PHP version updates, etc.

Viewing 4 replies - 1 through 4 (of 4 total)