Removing Date From Blog Posts

Cathy how do i create a blank page on my theme to use as a sales page that has no header or menu navigation for one particular page

You’d basically want to copy a post page (post.hbs) and then strip most of it out, probably including not loading default.hbs (although you might still want {{ghost_head}}

p.s. For new questions, please start a new thread next time. :)

Thank you so much Cathy can you post an example if i just want a blank page to type on and what do you mean not loading default.hbs

Did you open the post.hbs file? What questions do you have about that code? If you don’t see all the code you want to remove there, take a look at where it calls default (probably the top line in that file), take a look at default.hbs, but be warned that edits there are going to show up throughout the site.