Title: background compatibility
Last modified: August 22, 2016

---

# background compatibility

 *  [modhem](https://wordpress.org/support/users/modhem/)
 * (@modhem)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/background-compatibility/)
 * Hi i am using a 3.7.4 wordpress version on a website i run, with an old theme
   i personally hacked.
    The problem is that with the new versions of wordpress 
   I am no more able to set the custom background feature. In functions.php i inserted
   these lines:
 *     ```
       global $wp_version;
       if ( version_compare( $wp_version, '
       ```
   
 * 3.4′, ‘>=’ ) ) {
    add_theme_support( ‘custom-background’ ); } else { add_custom_background(
   $args );
 * But they don’t fix the problem.
    Can anyone help?

The topic ‘background compatibility’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [modhem](https://wordpress.org/support/users/modhem/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/background-compatibility/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
