Removing page title…
I do not want to display the name/title of pages when a visitor opens them.
Using:
h1.entry-title {display: none; }
is no good because it removes the blog entry titles - which I want to keep. Do I need to edit the theme php files to accomplish this?
I'd rather not - it becomes one more thing for me to manually maintain.. but I do not see a way to distinguish between page entry-titles and blog entry-titles.
Thanks.