Wordpress TIPS

To hide name of page (not home page), add this into CSS
.page-id-XYZ .entry-header {
    display: none;
}