Which database table does “Featured images” save under?

The featured image itself– the actual .jpg, or .png, most likely– is saved to wp-content/uploads with primary image data saved to $wpdb->posts as an attachment post type. Additional relevant data for the image is saved in $wpdb->postmeta. What makes an image “featured” or not is an entry in $wpdb->postmeta under the key _thumbnail_id and a … Read more

Empty space instead of admin bar

you are correct, that is for the admin bar. add this code to functions.php to disable the admin bar if you wish <?php /* Disable the Admin Bar. */ remove_action( ‘init’, ‘wp_admin_bar_init’ ); ?> if you want to use it then check your source for <div id=”wpadminbar”> <div class=”quicklinks”> If so, then the output is … Read more

3.1.3 auto-upgrade

sounds like you need to think about a new host… do I dare ask where you’re hosted now? But yes that’s a permission issue.

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