.entry-thumbnail img {
  margin-left: auto;
  margin-right: auto;
}

/* Disable the Admin Bar. */
add_filter( 'show_admin_bar', '__return_false' );


	
		.show-admin-bar {
			display: none;
		}
	
&lt;?php
}

function yoast_disable_admin_bar() {
    add_filter( &#039;show_admin_bar&#039;, &#039;__return_false&#039; );
    add_action( &#039;admin_print_scripts-profile.php&#039;, 
         &#039;yoast_hide_admin_bar_settings&#039; );
}
add_action( &#039;init&#039;, &#039;yoast_disable_admin_bar&#039; , 9 );