Skip to content

After WordPress Upgrade, Custom Background Doesn’t Work

This content will be shown before all post

You upgraded your version of WordPress, however now in custom themes that you have built, your “Custom Background” that is defined via Appearance > Background no longer appears?  Easy fix:

Make sure your <body> tag has the following: <body <?php body_class(); ?>>

All fixed!

This content will be shown after all post