Change background image per page

Yes, this can be done with CSS. I have done this with page and post IDs. IMPORTANT: The following are base examples and will need to be tested and tuned for your use. If you note any error here (with the base CSS examples), please post a note about the error. To ID pages and … Read more

How to remove custom background?

Inside the theme folder there should be a file called functions.php. Search for the line add_theme_support( ‘custom-background’ ); and replace it with #add_theme_support( ‘custom-background’ ); which is simply ‘deleting’ calling the function and thus the possibility to specify a custom background in the admin side.

Is this possible to attach the background image to a div instead of body?

By default, WordPress uses the _custom_background_cb() function to create the style you show in your question. You can use a function of your own by adding it to the add_theme_support() in your theme. add_theme_support( ‘custom-background’, array( ‘wp-head-callback’ => ‘wpse_113346_custom_background_cb’ ) ); Initially, you can use the guts of the _custom_background_cb() function for your own function: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)